Skip to content

Commit

Permalink
Test on PHP 8.4 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored Aug 14, 2024
1 parent fe4ada2 commit 3da87fe
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
extensions: none, curl, dom, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter
coverage: none

Expand All @@ -40,14 +40,16 @@ jobs:
php-version: '8.0'
- os: ubuntu-latest
php-version: '8.1'
- os: macos-latest
php-version: '8.2'
- os: ubuntu-latest
php-version: '8.2'
- os: windows-latest
php-version: '8.2'
- os: macos-latest
php-version: '8.3'
- os: ubuntu-latest
php-version: '8.3'
- os: windows-latest
php-version: '8.3'
- os: ubuntu-latest
php-version: '8.4'

name: PHP ${{ matrix.php-version }} (${{ matrix.os }}) ${{ matrix.composer_flags }}

Expand Down

0 comments on commit 3da87fe

Please sign in to comment.