Skip to content

Commit

Permalink
Test on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Aug 13, 2024
1 parent 5fd4fe3 commit 004d4f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest ]
php-version: [ '7.4', '8.2' ]
php-version: [ '7.4', '8.3' ]
composer_flags: [ '' ]
include:
- os: ubuntu-latest
Expand All @@ -41,7 +41,9 @@ jobs:
- os: ubuntu-latest
php-version: '8.1'
- os: ubuntu-latest
php-version: '8.3'
php-version: '8.2'
- os: ubuntu-latest
php-version: '8.4'

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

Expand Down

0 comments on commit 004d4f0

Please sign in to comment.