Skip to content

Commit

Permalink
[0.x] Test against all PHP versions in range
Browse files Browse the repository at this point in the history
This changeset makes sure we test against all currently support PHP versions and the versions we support on top of that.
  • Loading branch information
WyriHaximus committed Dec 16, 2024
1 parent 385933f commit fea1b62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- ubuntu-latest
- windows-latest
php:
- "8.4"
- "8.3"
- "8.2"
- "8.1"
- "8.0"
Expand Down Expand Up @@ -48,6 +50,9 @@ jobs:
fail-fast: false
matrix:
php:
- "8.4"
- "8.3"
- "8.2"
- "8.1"
- "8.0"
- "7.4"
Expand Down

0 comments on commit fea1b62

Please sign in to comment.