Updated tests

This commit is contained in:
markseu 2022-04-12 10:31:46 +02:00
parent 0c2b7d1737
commit 58bbbfd774

View file

@ -5,7 +5,7 @@ jobs:
name: PHP ${{ matrix.php }}
strategy:
matrix:
php: [8.1, 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]
runs-on: ubuntu-18.04
steps:
- name: Check out code