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 9c556f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ 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'
coverage: 'none'
code-analysis: 'yes'
- php-versions: '8.4'
coverage: 'pcov'
code-analysis: 'yes'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 9c556f7

Please sign in to comment.