Skip to content

Commit 23326fa

Browse files
committed
Add PHP 8.1 support
1 parent e94c9f0 commit 23326fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
strategy:
1111
matrix:
1212
os:
13-
- ubuntu-latest
14-
- windows-latest
13+
- ubuntu-20.04
14+
- windows-2019
1515
php:
16+
- 8.1
1617
- 8.0
1718
- 7.4
1819
- 7.3

0 commit comments

Comments
 (0)