Skip to content

Commit f31dd83

Browse files
Merge branch '11.5'
2 parents 1e61921 + 7df0494 commit f31dd83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install PHP
2929
uses: shivammathur/setup-php@v2
3030
with:
31-
php-version: 8.3
31+
php-version: 8.4
3232
extensions: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, tokenizer, xml, xmlwriter
3333
coverage: none
3434
tools: none
@@ -80,8 +80,9 @@ jobs:
8080
- name: Install PHP
8181
uses: shivammathur/setup-php@v2
8282
with:
83-
php-version: 8.3
83+
php-version: 8.4
8484
coverage: none
85+
tools: none
8586

8687
- name: Install dependencies with Composer
8788
run: ./tools/composer update --no-interaction --no-ansi --no-progress

0 commit comments

Comments
 (0)