Skip to content

Commit 31c8afc

Browse files
authored
ci: use php 8.4 (#6850)
1 parent 7b3bf83 commit 31c8afc

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/ci.yml

+23-23
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
php:
42-
- '8.3'
42+
- '8.4'
4343
fail-fast: false
4444
steps:
4545
- name: Checkout
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
matrix:
101101
php:
102-
- '8.3'
102+
- '8.4'
103103
fail-fast: false
104104
steps:
105105
- name: Checkout
@@ -136,7 +136,7 @@ jobs:
136136
strategy:
137137
matrix:
138138
php:
139-
- '8.3'
139+
- '8.4'
140140
fail-fast: false
141141
env:
142142
APP_DEBUG: '1' # https://github.com/phpstan/phpstan-symfony/issues/37
@@ -201,10 +201,11 @@ jobs:
201201
php:
202202
- '8.2'
203203
- '8.3'
204+
- '8.4'
204205
include:
205206
- php: '8.2'
206-
coverage: true
207207
- php: '8.3'
208+
- php: '8.4'
208209
coverage: true
209210
fail-fast: false
210211
steps:
@@ -271,6 +272,7 @@ jobs:
271272
php:
272273
- '8.2'
273274
- '8.3'
275+
- '8.4'
274276
component:
275277
- api-platform/doctrine-common
276278
- api-platform/doctrine-orm
@@ -290,8 +292,8 @@ jobs:
290292
- api-platform/validator
291293
include:
292294
- php: '8.2'
293-
coverage: true
294295
- php: '8.3'
296+
- php: '8.4'
295297
coverage: true
296298
fail-fast: false
297299
steps:
@@ -349,13 +351,12 @@ jobs:
349351
php:
350352
- '8.2'
351353
- '8.3'
354+
- '8.4'
352355
include:
353356
- php: '8.2'
354-
coverage: true
355357
- php: '8.3'
358+
- php: '8.4'
356359
coverage: true
357-
- php: '8.3'
358-
coverage: false
359360
fail-fast: false
360361
steps:
361362
- name: Checkout
@@ -449,7 +450,7 @@ jobs:
449450
strategy:
450451
matrix:
451452
php:
452-
- '8.3'
453+
- '8.4'
453454
fail-fast: false
454455
env:
455456
APP_ENV: postgres
@@ -499,7 +500,7 @@ jobs:
499500
strategy:
500501
matrix:
501502
php:
502-
- '8.3'
503+
- '8.4'
503504
fail-fast: false
504505
services:
505506
mysql:
@@ -549,8 +550,7 @@ jobs:
549550
strategy:
550551
matrix:
551552
php:
552-
- '8.2'
553-
- '8.3'
553+
- '8.4'
554554
fail-fast: false
555555
env:
556556
APP_ENV: mongodb
@@ -638,8 +638,7 @@ jobs:
638638
strategy:
639639
matrix:
640640
php:
641-
- '8.2'
642-
- '8.3'
641+
- '8.4'
643642
fail-fast: false
644643
env:
645644
APP_ENV: mercure
@@ -729,7 +728,7 @@ jobs:
729728
strategy:
730729
matrix:
731730
php:
732-
- '8.3'
731+
- '8.4'
733732
fail-fast: false
734733
env:
735734
APP_ENV: elasticsearch
@@ -781,7 +780,7 @@ jobs:
781780
strategy:
782781
matrix:
783782
php:
784-
- '8.3'
783+
- '8.4'
785784
fail-fast: false
786785
steps:
787786
- name: Checkout
@@ -820,7 +819,7 @@ jobs:
820819
strategy:
821820
matrix:
822821
php:
823-
- '8.3'
822+
- '8.4'
824823
fail-fast: false
825824
steps:
826825
- name: Checkout
@@ -863,7 +862,7 @@ jobs:
863862
strategy:
864863
matrix:
865864
php:
866-
- '8.3'
865+
- '8.4'
867866
fail-fast: false
868867
steps:
869868
- name: Checkout
@@ -1008,7 +1007,7 @@ jobs:
10081007
strategy:
10091008
matrix:
10101009
php:
1011-
- '8.3'
1010+
- '8.4'
10121011
fail-fast: false
10131012
steps:
10141013
- name: Checkout
@@ -1054,9 +1053,9 @@ jobs:
10541053
strategy:
10551054
matrix:
10561055
php:
1057-
- '8.3'
1056+
- '8.4'
10581057
include:
1059-
- php: '8.3'
1058+
- php: '8.4'
10601059
coverage: true
10611060
fail-fast: false
10621061
steps:
@@ -1132,7 +1131,7 @@ jobs:
11321131
strategy:
11331132
matrix:
11341133
php:
1135-
- '8.3'
1134+
- '8.4'
11361135
fail-fast: false
11371136
steps:
11381137
- name: Checkout
@@ -1202,10 +1201,11 @@ jobs:
12021201
php:
12031202
- '8.2'
12041203
- '8.3'
1204+
- '8.4'
12051205
include:
12061206
- php: '8.2'
1207-
coverage: true
12081207
- php: '8.3'
1208+
- php: '8.4'
12091209
coverage: true
12101210
fail-fast: false
12111211
steps:

0 commit comments

Comments
 (0)