Skip to content

Commit 68394e8

Browse files
committed
Add support for php 8.1.
1 parent a954539 commit 68394e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [ 7.3, 7.4, 8.0 ]
13+
php: [ 7.3, 7.4, 8.0, 8.1 ]
1414
experimental: [ false ]
1515
include:
16-
- php: 8.0
16+
- php: 8.1
1717
analysis: true
1818

1919
steps:

0 commit comments

Comments
 (0)