Skip to content

Commit

Permalink
Add support for php 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuter committed Mar 2, 2022
1 parent a954539 commit 68394e8
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 @@ -10,10 +10,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.3, 7.4, 8.0 ]
php: [ 7.3, 7.4, 8.0, 8.1 ]
experimental: [ false ]
include:
- php: 8.0
- php: 8.1
analysis: true

steps:
Expand Down

0 comments on commit 68394e8

Please sign in to comment.