Skip to content

Commit

Permalink
Merge branch '11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 7, 2024
2 parents 6c4fdfc + 5967719 commit 8e937ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
extensions: none, ctype, dom, iconv, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter
coverage: none
tools: none
Expand Down Expand Up @@ -72,6 +72,7 @@ jobs:
php-version:
- "8.3"
- "8.4"
- "8.5"

coverage-driver:
- "pcov"
Expand Down

0 comments on commit 8e937ac

Please sign in to comment.