Skip to content

Commit

Permalink
chore: also run analysis tools for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 24, 2024
1 parent 3584911 commit 5cd89d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
php-versions: ['8.0', '8.1', '8.2', '8.3']
coverage: ['pcov']
code-analysis: ['no']
include:
- php-versions: '7.4'
- php-versions: ['7.4', '8.4']
coverage: 'none'
code-analysis: 'yes'
steps:
Expand Down

0 comments on commit 5cd89d0

Please sign in to comment.