Skip to content

Commit

Permalink
CI PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Jan 18, 2025
1 parent 6fbdedc commit 7cfd57a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php: [ '8.2', '8.2', '8.4' ]
# Test against the lowest and highest PHP versions that we support.
php: [ '8.2', '8.4' ]
epubcheck: [ '5.1.0' ]

env:
Expand Down

0 comments on commit 7cfd57a

Please sign in to comment.