Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Feb 19, 2024
1 parent 27d084b commit 469803d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
fail-fast: false
matrix:
include:
- php: '7.4'
phpcq_install: 'install'
- php: '8.1'
phpcq_install: 'update'
phpcq_flags: ''
- php: '8.0'
- php: '8.2'
phpcq_install: 'update'
phpcq_flags: ''
- php: '8.1'
- php: '8.3'
phpcq_install: 'update'
phpcq_flags: ''

Expand Down

0 comments on commit 469803d

Please sign in to comment.