Skip to content

Commit

Permalink
Ensure the build checks run against the intended versions
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Jan 19, 2024
1 parent 7ea8b89 commit 383db61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
fail-fast: false
matrix:
php:
- 7.3
- 7.4
- 8.0
- 8.1
- "7.3"
- "7.4"
- "8.0"
- "8.1"
composer:
- ""
- "--prefer-lowest"
Expand Down

0 comments on commit 383db61

Please sign in to comment.