Skip to content

Commit a922c39

Browse files
committed
Split partial composer update into require --no-update + full update
1 parent 83898cc commit a922c39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ jobs:
3939
tools: composer
4040
extensions: pcntl
4141

42+
- name: Pin CodeIgniter 4.3
43+
run: composer require --no-update codeigniter4/framework:^4.3.8
44+
4245
- name: Install dependencies
43-
run: composer update --with-all-dependencies --prefer-dist --no-progress --no-interaction codeigniter4/framework:^4.3.8
46+
run: composer update --prefer-dist --no-progress --no-interaction
4447

4548
- name: Run PHPStan
4649
run: composer run phpstan

0 commit comments

Comments
 (0)