Skip to content

Commit 14b811f

Browse files
committed
ci: use php 8.4
1 parent 81a0f85 commit 14b811f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,14 @@ jobs:
201201
php:
202202
- '8.2'
203203
- '8.3'
204+
- '8.4'
204205
include:
205206
- php: '8.2'
206207
coverage: true
207208
- php: '8.3'
208209
coverage: true
210+
- php: '8.4'
211+
coverage: true
209212
fail-fast: false
210213
steps:
211214
- name: Checkout
@@ -271,6 +274,7 @@ jobs:
271274
php:
272275
- '8.2'
273276
- '8.3'
277+
- '8.4'
274278
component:
275279
- api-platform/doctrine-common
276280
- api-platform/doctrine-orm
@@ -293,6 +297,8 @@ jobs:
293297
coverage: true
294298
- php: '8.3'
295299
coverage: true
300+
- php: '8.4'
301+
coverage: true
296302
fail-fast: false
297303
steps:
298304
- name: Checkout
@@ -349,13 +355,14 @@ jobs:
349355
php:
350356
- '8.2'
351357
- '8.3'
358+
- '8.4'
352359
include:
353360
- php: '8.2'
354361
coverage: true
355362
- php: '8.3'
356363
coverage: true
357-
- php: '8.3'
358-
coverage: false
364+
- php: '8.4'
365+
coverage: true
359366
fail-fast: false
360367
steps:
361368
- name: Checkout

0 commit comments

Comments
 (0)