Skip to content

Commit 5fbf8c4

Browse files
Merge branch '8.5' into 9.6
2 parents 6f7f3c2 + 813626d commit 5fbf8c4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ name: CI
1010

1111
env:
1212
COMPOSER_ROOT_VERSION: "9.6.x-dev"
13+
PHP_VERSION: 8.4
1314

1415
permissions:
1516
contents: read
@@ -27,7 +28,7 @@ jobs:
2728
- name: Install PHP
2829
uses: shivammathur/setup-php@v2
2930
with:
30-
php-version: 8.3
31+
php-version: ${{ env.PHP_VERSION }}
3132
extensions: none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
3233
coverage: none
3334
tools: none
@@ -52,7 +53,7 @@ jobs:
5253
- name: Install PHP
5354
uses: shivammathur/setup-php@v2
5455
with:
55-
php-version: 8.4
56+
php-version: ${{ env.PHP_VERSION }}
5657
extensions: none, iconv, json, phar, tokenizer
5758
coverage: none
5859
tools: none
@@ -210,7 +211,7 @@ jobs:
210211
- name: Install PHP with extensions
211212
uses: shivammathur/setup-php@v2
212213
with:
213-
php-version: 8.4
214+
php-version: ${{ env.PHP_VERSION }}
214215
coverage: xdebug
215216
extensions: none, curl, dom, json, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
216217
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
@@ -258,7 +259,7 @@ jobs:
258259
- name: Install PHP with extensions
259260
uses: shivammathur/setup-php@v2
260261
with:
261-
php-version: 8.4
262+
php-version: ${{ env.PHP_VERSION }}
262263
coverage: none
263264
extensions: ${{ env.PHP_EXTENSIONS }}
264265
ini-values: ${{ env.PHP_INI_VALUES }}

0 commit comments

Comments
 (0)