Skip to content

Commit

Permalink
Test on PHP 8.4 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored Jan 6, 2024
1 parent 35c8045 commit 45e3642
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 @@ -8,20 +8,22 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
php-version: [ '8.0' ]
php-version: [ '8.3' ]
composer_flags: [ '' ]
include:
- os: ubuntu-latest
php-version: '7.4'
composer_flags: '--prefer-lowest'
- os: ubuntu-latest
php-version: '7.4'
- os: ubuntu-latest
php-version: '8.0'
- os: ubuntu-latest
php-version: '8.1'
- os: ubuntu-latest
php-version: '8.2'
- os: ubuntu-latest
php-version: '8.3'
php-version: '8.4'
composer_flags: '--ignore-platform-reqs'
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 45e3642

Please sign in to comment.