Skip to content

Commit

Permalink
✨ Add php > 8.0 to ci matrix (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rose authored Dec 13, 2022
1 parent e4d2700 commit f3b1e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ["7.3", "7.4", "8.0"]
php-versions: ["7.3", "7.4", "8.0", "8.1", "8.2"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit f3b1e7d

Please sign in to comment.