Skip to content

Commit 64dcfe1

Browse files
authored
ci: 8.3 (#6013)
1 parent f297d21 commit 64dcfe1

File tree

1 file changed

+25
-16
lines changed

1 file changed

+25
-16
lines changed

.github/workflows/ci.yml

+25-16
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
php:
41-
- '8.2'
41+
- '8.3'
4242
fail-fast: false
4343
steps:
4444
- name: Checkout
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
matrix:
6363
php:
64-
- '8.2'
64+
- '8.3'
6565
fail-fast: false
6666
env:
6767
APP_DEBUG: '1' # https://github.com/phpstan/phpstan-symfony/issues/37
@@ -120,11 +120,14 @@ jobs:
120120
php:
121121
- '8.1'
122122
- '8.2'
123+
- '8.3'
123124
include:
124125
- php: '8.1'
125126
coverage: true
126127
- php: '8.2'
127128
coverage: true
129+
- php: '8.3'
130+
coverage: true
128131
fail-fast: false
129132
steps:
130133
- name: Checkout
@@ -189,6 +192,7 @@ jobs:
189192
php:
190193
- '8.1'
191194
- '8.2'
195+
- '8.3'
192196
component:
193197
- JsonSchema
194198
- OpenApi
@@ -224,11 +228,14 @@ jobs:
224228
php:
225229
- '8.1'
226230
- '8.2'
231+
- '8.3'
227232
include:
228233
- php: '8.1'
229234
coverage: true
230235
- php: '8.2'
231236
coverage: true
237+
- php: '8.3'
238+
coverage: true
232239
fail-fast: false
233240
steps:
234241
- name: Checkout
@@ -321,7 +328,7 @@ jobs:
321328
strategy:
322329
matrix:
323330
php:
324-
- '8.2'
331+
- '8.3'
325332
fail-fast: false
326333
env:
327334
APP_ENV: postgres
@@ -370,7 +377,7 @@ jobs:
370377
strategy:
371378
matrix:
372379
php:
373-
- '8.2'
380+
- '8.3'
374381
fail-fast: false
375382
services:
376383
mysql:
@@ -421,6 +428,7 @@ jobs:
421428
php:
422429
- '8.1'
423430
- '8.2'
431+
- '8.3'
424432
fail-fast: false
425433
env:
426434
APP_ENV: mongodb
@@ -508,6 +516,7 @@ jobs:
508516
php:
509517
- '8.1'
510518
- '8.2'
519+
- '8.3'
511520
fail-fast: false
512521
env:
513522
APP_ENV: mercure
@@ -596,7 +605,7 @@ jobs:
596605
strategy:
597606
matrix:
598607
php:
599-
- '8.2'
608+
- '8.3'
600609
fail-fast: false
601610
env:
602611
APP_ENV: elasticsearch
@@ -647,7 +656,7 @@ jobs:
647656
strategy:
648657
matrix:
649658
php:
650-
- '8.2'
659+
- '8.3'
651660
fail-fast: false
652661
env:
653662
APP_ENV: elasticsearch
@@ -697,7 +706,7 @@ jobs:
697706
strategy:
698707
matrix:
699708
php:
700-
- '8.2'
709+
- '8.3'
701710
fail-fast: false
702711
steps:
703712
- name: Checkout
@@ -735,7 +744,7 @@ jobs:
735744
strategy:
736745
matrix:
737746
php:
738-
- '8.2'
747+
- '8.3'
739748
fail-fast: false
740749
steps:
741750
- name: Checkout
@@ -778,7 +787,7 @@ jobs:
778787
strategy:
779788
matrix:
780789
php:
781-
- '8.2'
790+
- '8.3'
782791
fail-fast: false
783792
steps:
784793
- name: Checkout
@@ -822,7 +831,7 @@ jobs:
822831
strategy:
823832
matrix:
824833
php:
825-
- '8.2'
834+
- '8.3'
826835
fail-fast: false
827836
env:
828837
APP_ENV: sqlite
@@ -866,7 +875,7 @@ jobs:
866875
strategy:
867876
matrix:
868877
php:
869-
- '8.2'
878+
- '8.3'
870879
fail-fast: false
871880
env:
872881
APP_ENV: sqlite
@@ -908,7 +917,7 @@ jobs:
908917
strategy:
909918
matrix:
910919
php:
911-
- '8.2'
920+
- '8.3'
912921
fail-fast: false
913922
steps:
914923
- name: Checkout
@@ -950,7 +959,7 @@ jobs:
950959
strategy:
951960
matrix:
952961
php:
953-
- '8.2'
962+
- '8.3'
954963
fail-fast: false
955964
steps:
956965
- name: Checkout
@@ -994,9 +1003,9 @@ jobs:
9941003
strategy:
9951004
matrix:
9961005
php:
997-
- '8.2'
1006+
- '8.3'
9981007
include:
999-
- php: '8.2'
1008+
- php: '8.3'
10001009
coverage: true
10011010
fail-fast: false
10021011
steps:
@@ -1071,7 +1080,7 @@ jobs:
10711080
strategy:
10721081
matrix:
10731082
php:
1074-
- '8.2'
1083+
- '8.3'
10751084
fail-fast: false
10761085
steps:
10771086
- name: Checkout

0 commit comments

Comments
 (0)