60
60
matrix :
61
61
php :
62
62
- ' 8.1'
63
+ - ' 8.2'
63
64
fail-fast : false
64
65
env :
65
66
APP_DEBUG : ' 1' # https://github.com/phpstan/phpstan-symfony/issues/37
@@ -116,9 +117,12 @@ jobs:
116
117
matrix :
117
118
php :
118
119
- ' 8.1'
120
+ - ' 8.2'
119
121
include :
120
122
- php : ' 8.1'
121
123
coverage : true
124
+ - php : ' 8.2'
125
+ coverage : true
122
126
fail-fast : false
123
127
steps :
124
128
- name : Checkout
@@ -190,9 +194,12 @@ jobs:
190
194
matrix :
191
195
php :
192
196
- ' 8.1'
197
+ - ' 8.2'
193
198
include :
194
199
- php : ' 8.1'
195
200
coverage : true
201
+ - php : ' 8.2'
202
+ coverage : true
196
203
fail-fast : false
197
204
steps :
198
205
- name : Checkout
@@ -292,6 +299,7 @@ jobs:
292
299
matrix :
293
300
php :
294
301
- ' 8.1'
302
+ - ' 8.2'
295
303
fail-fast : false
296
304
env :
297
305
APP_ENV : postgres
@@ -341,6 +349,7 @@ jobs:
341
349
matrix :
342
350
php :
343
351
- ' 8.1'
352
+ - ' 8.2'
344
353
fail-fast : false
345
354
services :
346
355
mysql :
@@ -390,6 +399,7 @@ jobs:
390
399
matrix :
391
400
php :
392
401
- ' 8.1'
402
+ - ' 8.2'
393
403
fail-fast : false
394
404
env :
395
405
APP_ENV : mongodb
@@ -480,6 +490,7 @@ jobs:
480
490
matrix :
481
491
php :
482
492
- ' 8.1'
493
+ - ' 8.2'
483
494
fail-fast : false
484
495
env :
485
496
APP_ENV : elasticsearch
@@ -530,6 +541,7 @@ jobs:
530
541
matrix :
531
542
php :
532
543
- ' 8.1'
544
+ - ' 8.2'
533
545
fail-fast : false
534
546
env :
535
547
SYMFONY_DEPRECATIONS_HELPER : max[total]=0
@@ -570,6 +582,7 @@ jobs:
570
582
matrix :
571
583
php :
572
584
- ' 8.1'
585
+ - ' 8.2'
573
586
fail-fast : false
574
587
# env:
575
588
# See https://github.com/doctrine/DoctrineMongoDBBundle/pull/673
@@ -580,7 +593,7 @@ jobs:
580
593
- name : Setup PHP
581
594
uses : shivammathur/setup-php@v2
582
595
with :
583
- php-version : ' 8.1 '
596
+ php-version : ${{ matrix.php }}
584
597
tools : pecl, composer
585
598
extensions : intl, bcmath, curl, openssl, mbstring
586
599
coverage : none
@@ -615,14 +628,15 @@ jobs:
615
628
matrix :
616
629
php :
617
630
- ' 8.1'
631
+ - ' 8.2'
618
632
fail-fast : false
619
633
steps :
620
634
- name : Checkout
621
635
uses : actions/checkout@v3
622
636
- name : Setup PHP
623
637
uses : shivammathur/setup-php@v2
624
638
with :
625
- php-version : ' 8.1 '
639
+ php-version : ${{ matrix.php }}
626
640
tools : pecl, composer
627
641
extensions : intl, bcmath, curl, openssl, mbstring
628
642
coverage : none
@@ -659,6 +673,7 @@ jobs:
659
673
matrix :
660
674
php :
661
675
- ' 8.1'
676
+ - ' 8.2'
662
677
fail-fast : false
663
678
env :
664
679
APP_ENV : sqlite
@@ -701,6 +716,7 @@ jobs:
701
716
matrix :
702
717
php :
703
718
- ' 8.1'
719
+ - ' 8.2'
704
720
fail-fast : false
705
721
env :
706
722
APP_ENV : sqlite
0 commit comments