Skip to content

Commit

Permalink
Add tests on PHP8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adoy committed Nov 11, 2022
1 parent 1c3edb0 commit 4c267c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1]
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
include:
- php: 7.4
- php: 8.1
analysis: true

steps:
Expand Down

0 comments on commit 4c267c1

Please sign in to comment.