🔧 add 8.1 to testing to confirm issue

This commit is contained in:
William Hall
2021-12-01 09:34:38 +00:00
parent 042f347666
commit 8a5cb24967
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
steps:
- uses: actions/checkout@v2