File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup PHP
2020 uses : shivammathur/setup-php@v2
2121 with :
22- php-version : 8.3
22+ php-version : 8.4
2323 coverage : none
2424 env :
2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1616 - name : Setup PHP
1717 uses : shivammathur/setup-php@v2
1818 with :
19- php-version : 8.3
19+ php-version : 8.4
2020 coverage : none
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 33 "description" : " Worksomes coding style" ,
44 "type" : " composer-plugin" ,
55 "require" : {
6- "php" : " ^8.2 " ,
6+ "php" : " ^8.4 " ,
77 "composer-plugin-api" : " ^2.0" ,
88 "canvural/larastan-strict-rules" : " ^3.0" ,
99 "larastan/larastan" : " ^3.1" ,
Original file line number Diff line number Diff line change 1- FROM php:8.2 -cli-alpine
1+ FROM php:8.4 -cli-alpine
22
33COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
44
You can’t perform that action at this time.
0 commit comments