Skip to content

Commit

Permalink
add GHA 8.1, drop 7.4 for installation workflow too
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed May 6, 2022
1 parent 4858a80 commit e8c8611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
php: [8.0, 7.4]
php: [8.1, 8.0]
dependency-version: [prefer-lowest, prefer-stable]

steps:
Expand Down

0 comments on commit e8c8611

Please sign in to comment.