Skip to content

Commit c4d89bd

Browse files
Merge branch '11.5' into 12.2
2 parents f1d5173 + 85c0a82 commit c4d89bd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yaml

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

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

1415
permissions:
1516
contents: read
@@ -28,7 +29,7 @@ jobs:
2829
- name: Install PHP
2930
uses: shivammathur/setup-php@v2
3031
with:
31-
php-version: 8.4
32+
php-version: ${{ env.PHP_VERSION }}
3233
extensions: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, tokenizer, xml, xmlwriter
3334
coverage: none
3435
tools: none
@@ -54,7 +55,7 @@ jobs:
5455
- name: Install PHP
5556
uses: shivammathur/setup-php@v2
5657
with:
57-
php-version: 8.4
58+
php-version: ${{ env.PHP_VERSION }}
5859
extensions: none, iconv, json, phar, tokenizer
5960
coverage: none
6061
tools: none
@@ -80,7 +81,7 @@ jobs:
8081
- name: Install PHP
8182
uses: shivammathur/setup-php@v2
8283
with:
83-
php-version: 8.4
84+
php-version: ${{ env.PHP_VERSION }}
8485
coverage: none
8586
tools: none
8687

@@ -224,7 +225,7 @@ jobs:
224225
- name: Install PHP with extensions
225226
uses: shivammathur/setup-php@v2
226227
with:
227-
php-version: 8.4
228+
php-version: ${{ env.PHP_VERSION }}
228229
coverage: xdebug
229230
extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, tokenizer, xml, xmlwriter
230231
ini-values: zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
@@ -273,7 +274,7 @@ jobs:
273274
- name: Install PHP with extensions
274275
uses: shivammathur/setup-php@v2
275276
with:
276-
php-version: 8.4
277+
php-version: ${{ env.PHP_VERSION }}
277278
coverage: none
278279
extensions: ${{ env.PHP_EXTENSIONS }}
279280
ini-values: ${{ env.PHP_INI_VALUES }}

0 commit comments

Comments
 (0)