Skip to content

Commit 43b1e89

Browse files
committed
Add PHP 8.1 to CI
1 parent 2ac70aa commit 43b1e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: ['ubuntu-latest']
12-
php-versions: ['8.0']
12+
php-versions: ['8.0', '8.1']
1313
phpunit-versions: ['latest']
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)