Skip to content

Commit

Permalink
More modern PHP matrix (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Jul 18, 2024
1 parent 2e1be89 commit ee0a8d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:
fail-fast: false
matrix:
php-version:
- "7.1"
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
steps:
- name: Dump matrix context
env:
Expand Down

0 comments on commit ee0a8d4

Please sign in to comment.