Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Mar 20, 2024
1 parent b1741eb commit 6c6793e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,12 @@ jobs:
fail-fast: false
matrix:
include:
- php: 7.4
phpcq_install: 'install'
phpcq_flags: ''
- php: 8.0
phpcq_install: 'update'
phpcq_flags: ''
- php: 8.1
phpcq_install: 'update'
phpcq_flags: ''
- php: 8.2
phpcq_install: 'update'
phpcq_flags: '--exit-0'
phpcq_flags: ''

steps:
- name: Pull source
Expand Down

0 comments on commit 6c6793e

Please sign in to comment.