Updated tests

This commit is contained in:
markseu 2021-11-30 11:05:26 +01:00
parent a7644caba1
commit 5022d64d6d

View file

@ -5,7 +5,7 @@ jobs:
name: PHP ${{ matrix.php }}
strategy:
matrix:
php: [8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6]
php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6]
runs-on: ubuntu-18.04
steps:
- name: Checkout