Skip to content

Commit

Permalink
Test against PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Dec 4, 2024
1 parent 90bffce commit 075c2e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: '8.3'
php-version: '8.4'
- run: composer validate --strict --no-check-lock

tests:
Expand All @@ -26,12 +26,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3' ]
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
min_stability: [ '' ]
name_suffix: [ '' ]
composer_flags: [ '' ]
include:
- php: '8.3'
- php: '8.4'
min_stability: 'dev'
name_suffix: ' (dev deps)'
- php: '7.4'
Expand Down

0 comments on commit 075c2e7

Please sign in to comment.