Skip to content

Commit 5fdf359

Browse files
committed
Enable PHP 8.1 CI
1 parent cda6834 commit 5fdf359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0"]
16+
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Install xmllint

0 commit comments

Comments
 (0)