Skip to content

Commit

Permalink
chore: add test-runs for PHP 8.2 and 8.3 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
  • Loading branch information
Chris53897 and Chris8934 committed Feb 19, 2024
1 parent 03badfe commit a307bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.0, 8.1]
php: [8.0, 8.1, 8.2, 8.3]
deps: [highest]
include:
- php: 8.0
Expand Down

0 comments on commit a307bc1

Please sign in to comment.