File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 - name : Checkout code
1616 uses : actions/checkout@v6
1717
18- - name : Setup PHP 8.3
18+ - name : Setup PHP 8.5. 3
1919 uses : shivammathur/setup-php@v2
2020 with :
21- php-version : 8.3
21+ php-version : 8.5. 3
2222
2323 - name : Install Composer Dependencies
2424 run : composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 - name : Checkout code
1616 uses : actions/checkout@v6
1717
18- - name : Setup PHP 8.3
18+ - name : Setup PHP 8.5. 3
1919 uses : shivammathur/setup-php@v2
2020 with :
21- php-version : 8.3
21+ php-version : 8.5. 3
2222
2323 - name : Install Composer dependencies
2424 run : composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
Original file line number Diff line number Diff line change 1- FROM php:8.4.14 -alpine
1+ FROM php:8.5.3 -alpine
22
33ENV COMPOSER_HOME="/tmp/composer"
44
You can’t perform that action at this time.
0 commit comments