File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 include :
1717 - php-version : ' 8.2'
1818 symfony-version : ' 7.0.*'
19- - php-version : ' 8.3 '
20- symfony-version : ' 7.1 .*'
19+ - php-version : ' 8.4 '
20+ symfony-version : ' 7.3 .*'
2121
2222 steps :
2323 - name : " Checkout"
5555 uses : shivammathur/setup-php@v2
5656 with :
5757 coverage : xdebug
58- php-version : ' 8.3 '
58+ php-version : ' 8.4 '
5959
6060 - name : " Install dependencies with composer"
6161 run : composer update --no-interaction --no-progress
8181 uses : shivammathur/setup-php@v2
8282 with :
8383 coverage : none
84- php-version : ' 8.3 '
84+ php-version : ' 8.4 '
8585
8686 - name : " Install dependencies with composer"
8787 run : composer update --no-interaction --no-progress
@@ -101,7 +101,7 @@ jobs:
101101 uses : shivammathur/setup-php@v2
102102 with :
103103 coverage : none
104- php-version : ' 8.3 '
104+ php-version : ' 8.4 '
105105
106106 - name : " Install dependencies with composer"
107107 run : composer update --no-interaction --no-progress
You can’t perform that action at this time.
0 commit comments