Skip to content

Commit 8e937ac

Browse files
Merge branch '11.0'
2 parents 6c4fdfc + 5967719 commit 8e937ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install PHP
4343
uses: shivammathur/setup-php@v2
4444
with:
45-
php-version: 8.3
45+
php-version: 8.4
4646
extensions: none, ctype, dom, iconv, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter
4747
coverage: none
4848
tools: none
@@ -72,6 +72,7 @@ jobs:
7272
php-version:
7373
- "8.3"
7474
- "8.4"
75+
- "8.5"
7576

7677
coverage-driver:
7778
- "pcov"

0 commit comments

Comments
 (0)