Skip to content

Commit a1321e6

Browse files
committed
Change testing to 7.1 and 7.2 using php 8.3
1 parent cb66975 commit a1321e6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
strategy:
5050
matrix:
5151
php:
52-
- '8.2'
52+
- '8.3'
5353
symfony:
54-
- '7.0'
54+
- '7.1'
5555
experimental:
5656
- false
5757
include:
58-
- php: '8.2'
59-
symfony: '7.0'
58+
- php: '8.3'
59+
symfony: '7.1'
6060
experimental: false
6161
coverage: true
6262
fail-fast: false
@@ -147,14 +147,14 @@ jobs:
147147
strategy:
148148
matrix:
149149
php:
150-
- '8.2'
150+
- '8.3'
151151
symfony:
152-
- '7.0'
152+
- '7.1'
153153
experimental:
154154
- false
155155
include:
156-
- php: '8.2'
157-
symfony: '7.0'
156+
- php: '8.3'
157+
symfony: '7.1'
158158
experimental: false
159159
coverage: true
160160
fail-fast: false
@@ -231,9 +231,9 @@ jobs:
231231
strategy:
232232
matrix:
233233
php:
234-
- '8.2'
234+
- '8.3'
235235
symfony:
236-
- '^7.0'
236+
- '^7.1'
237237
fail-fast: false
238238
timeout-minutes: 20
239239
steps:
@@ -286,9 +286,9 @@ jobs:
286286
strategy:
287287
matrix:
288288
php:
289-
- '8.2'
289+
- '8.3'
290290
symfony:
291-
- '^7.0'
291+
- '^7.1'
292292
fail-fast: false
293293
timeout-minutes: 20
294294
steps:
@@ -339,9 +339,9 @@ jobs:
339339
strategy:
340340
matrix:
341341
php:
342-
- '8.2'
342+
- '8.3'
343343
symfony:
344-
- '7.1'
344+
- '7.2'
345345
fail-fast: false
346346
timeout-minutes: 20
347347
steps:
@@ -411,9 +411,9 @@ jobs:
411411
strategy:
412412
matrix:
413413
php:
414-
- '8.2'
414+
- '8.3'
415415
symfony:
416-
- '7.1'
416+
- '7.2'
417417
fail-fast: false
418418
timeout-minutes: 20
419419
steps:

0 commit comments

Comments
 (0)