@@ -15,12 +15,12 @@ jobs:
1515 include :
1616 - php-version : ' 8.1'
1717 symfony-version : ' 6.4.*'
18- - php-version : ' 8.3 '
18+ - php-version : ' 8.4 '
1919 symfony-version : ' 6.4.*'
2020 - php-version : ' 8.2'
21- symfony-version : ' 7.0 .*'
22- - php-version : ' 8.3 '
23- symfony-version : ' 7.0 .*'
21+ symfony-version : ' 7.3 .*'
22+ - php-version : ' 8.4 '
23+ symfony-version : ' 7.3 .*'
2424 steps :
2525 - name : " Checkout"
2626 uses : actions/checkout@v2
4141 - name : " Setup env & install dependencies"
4242 uses : ./.github/actions/install
4343 with :
44- php-version : ' 8.3 '
45- symfony-version : ' 7.0 .*'
44+ php-version : ' 8.4 '
45+ symfony-version : ' 7.3 .*'
4646 - name : " Run static analyzis with phpstan/phpstan"
4747 run : vendor/bin/phpstan analyze
4848
5555 - name : " Setup env & install dependencies"
5656 uses : ./.github/actions/install
5757 with :
58- php-version : ' 8.3 '
59- symfony-version : ' 7.0 .*'
58+ php-version : ' 8.4 '
59+ symfony-version : ' 7.3 .*'
6060 - name : " Run checkstyle with symplify/easy-coding-standard"
6161 run : vendor/bin/ecs
6262
6969 - name : " Setup env & install dependencies"
7070 uses : ./.github/actions/install
7171 with :
72- php-version : ' 8.3 '
73- symfony-version : ' 7.0 .*'
72+ php-version : ' 8.4 '
73+ symfony-version : ' 7.3 .*'
7474 - name : " Run tests with phpunit/phpunit"
7575 run : vendor/bin/phpunit --testsuite=Convention
7676
8484 - name : " Setup env & install dependencies"
8585 uses : ./.github/actions/install
8686 with :
87- php-version : ' 8.3 '
88- symfony-version : ' 7.0 .*'
87+ php-version : ' 8.4 '
88+ symfony-version : ' 7.3 .*'
8989 coverage-mode : ' xdebug'
9090 - name : " Run tests with phpunit/phpunit"
9191 run : |
0 commit comments