Skip to content

Commit 267df6a

Browse files
committed
Add PHP 8.1 to CI
1 parent 824711c commit 267df6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: ['7.1.3', '7.2', '7.3', '7.4', '8.0']
15+
php: ['7.1.3', '7.2', '7.3', '7.4', '8.0', '8.1']
1616
include:
1717
- php: '7.4'
1818
deps: lowest

0 commit comments

Comments
 (0)