Skip to content

Commit 85c0a82

Browse files
Merge branch '10.5' into 11.5
2 parents 61782f4 + b7664be commit 85c0a82

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: "11.5.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, soap, 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

@@ -204,7 +205,7 @@ jobs:
204205
- name: Install PHP with extensions
205206
uses: shivammathur/setup-php@v2
206207
with:
207-
php-version: 8.4
208+
php-version: ${{ env.PHP_VERSION }}
208209
coverage: xdebug
209210
extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, soap, tokenizer, xml, xmlwriter
210211
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
@@ -253,7 +254,7 @@ jobs:
253254
- name: Install PHP with extensions
254255
uses: shivammathur/setup-php@v2
255256
with:
256-
php-version: 8.4
257+
php-version: ${{ env.PHP_VERSION }}
257258
coverage: none
258259
extensions: ${{ env.PHP_EXTENSIONS }}
259260
ini-values: ${{ env.PHP_INI_VALUES }}

0 commit comments

Comments
 (0)