File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2929 fail-fast : true
3030 matrix :
3131 php-version :
32- - " 8.2"
33- - " 8.3"
3432 - " 8.4"
3533 - " 8.5"
3634
7472 - ubuntu-latest
7573 - windows-latest
7674 php-version :
77- - " 8.2"
78- - " 8.3"
7975 - " 8.4"
8076 - " 8.5"
8177
@@ -123,7 +119,7 @@ jobs:
123119 - name : " Install PHP"
124120 uses : shivammathur/setup-php@v2
125121 with :
126- php-version : " 8.4 "
122+ php-version : " 8.5 "
127123 extensions : ${{ env.PHP_EXTENSIONS }}
128124 ini-values : ${{ env.PHP_INI_VALUES }}
129125 coverage : none
@@ -152,7 +148,7 @@ jobs:
152148 - name : " Install PHP"
153149 uses : shivammathur/setup-php@v2
154150 with :
155- php-version : " 8.4 "
151+ php-version : " 8.5 "
156152 extensions : ${{ env.PHP_EXTENSIONS }}
157153 ini-values : ${{ env.PHP_INI_VALUES }}
158154 coverage : none
You can’t perform that action at this time.
0 commit comments