Also test on PHP 8.1

This commit is contained in:
William Desportes
2022-04-09 15:26:19 +02:00
parent 6395b6a361
commit 33bf62f2cd
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
php-version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"]
php-version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3