Skip to content

Commit

Permalink
Removed PHP 7.2 and 7.3 from CI and added PHP 8.1 and 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lux committed Oct 17, 2023
1 parent f31bad6 commit 23496f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"

dependencies: [highest]

Expand Down

0 comments on commit 23496f5

Please sign in to comment.