File tree Expand file tree Collapse file tree 6 files changed +14
-20
lines changed Expand file tree Collapse file tree 6 files changed +14
-20
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ jobs:
203203 DB : ${{ inputs.db-platform }}
204204 TACHYCARDIA_MONITOR_GA : ${{ inputs.enable-profiling && 'enabled' || '' }}
205205 TERM : xterm-256color
206- continue-on-error : ${{ inputs.php-version == '8.4' }}
207206
208207 - name : Upload coverage results as artifact
209208 if : ${{ inputs.enable-artifact-upload }}
Original file line number Diff line number Diff line change 2929 matrix :
3030 php-version :
3131 - ' 8.1'
32- - ' 8.3 '
32+ - ' 8.4 '
3333
3434 steps :
3535 - name : Checkout
5959
6060 - name : Run lint
6161 run : composer cs
62+ env :
63+ PHP_CS_FIXER_IGNORE_ENV : ${{ matrix.php-version == '8.4' }}
Original file line number Diff line number Diff line change 5959 - ' 8.1'
6060 - ' 8.2'
6161 - ' 8.3'
62- include :
63- - php-version : ' 8.4'
64- composer-option : ' --ignore-platform-req=php'
62+ - ' 8.4'
6563
6664 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
6765 with :
8886 - ' 8.1'
8987 - ' 8.2'
9088 - ' 8.3'
89+ - ' 8.4'
9190 db-platform :
9291 - MySQLi
9392 - OCI8
10099 - php-version : ' 8.1'
101100 db-platform : MySQLi
102101 mysql-version : ' 5.7'
103- - php-version : ' 8.4'
104- composer-option : ' --ignore-platform-req=php'
105102
106103 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
107104 with :
@@ -129,9 +126,7 @@ jobs:
129126 - ' 8.1'
130127 - ' 8.2'
131128 - ' 8.3'
132- include :
133- - php-version : ' 8.4'
134- composer-option : ' --ignore-platform-req=php'
129+ - ' 8.4'
135130
136131 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
137132 with :
@@ -157,9 +152,7 @@ jobs:
157152 - ' 8.1'
158153 - ' 8.2'
159154 - ' 8.3'
160- include :
161- - php-version : ' 8.4'
162- composer-option : ' --ignore-platform-req=php'
155+ - ' 8.4'
163156
164157 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
165158 with :
Original file line number Diff line number Diff line change 4545 strategy :
4646 fail-fast : false
4747 matrix :
48- php-versions : ['8.1', '8.3 ']
48+ php-versions : ['8.1', '8.4 ']
4949 steps :
5050 - name : Checkout
5151 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1818 },
1919 "require-dev" : {
2020 "codeigniter/coding-standard" : " ^1.7" ,
21- "fakerphp/faker" : " ^1.9 " ,
21+ "fakerphp/faker" : " ^1.24 " ,
2222 "friendsofphp/php-cs-fixer" : " ^3.47.1" ,
2323 "kint-php/kint" : " ^6.0" ,
24- "mikey179/vfsstream" : " ^1.6" ,
24+ "mikey179/vfsstream" : " ^1.6.12 " ,
2525 "nexusphp/cs-config" : " ^3.6" ,
2626 "phpunit/phpunit" : " ^10.5.16 || ^11.2" ,
27- "predis/predis" : " ^1.1 || ^2.0 "
27+ "predis/predis" : " ^1.1 || ^2.3 "
2828 },
2929 "suggest" : {
3030 "ext-curl" : " If you use CURLRequest class" ,
Original file line number Diff line number Diff line change 1818 },
1919 "require-dev" : {
2020 "codeigniter/phpstan-codeigniter" : " ^1.4" ,
21- "fakerphp/faker" : " ^1.9 " ,
21+ "fakerphp/faker" : " ^1.24 " ,
2222 "kint-php/kint" : " ^6.0" ,
23- "mikey179/vfsstream" : " ^1.6" ,
23+ "mikey179/vfsstream" : " ^1.6.12 " ,
2424 "nexusphp/tachycardia" : " ^2.0" ,
2525 "phpstan/extension-installer" : " ^1.4" ,
2626 "phpstan/phpstan" : " ^1.11" ,
2727 "phpstan/phpstan-strict-rules" : " ^1.6" ,
2828 "phpunit/phpcov" : " ^9.0.2 || ^10.0" ,
2929 "phpunit/phpunit" : " ^10.5.16 || ^11.2" ,
30- "predis/predis" : " ^1.1 || ^2.0 " ,
30+ "predis/predis" : " ^1.1 || ^2.3 " ,
3131 "rector/rector" : " 1.2.10"
3232 },
3333 "replace" : {
You can’t perform that action at this time.
0 commit comments