Updated tests
This commit is contained in:
parent
0c2b7d1737
commit
58bbbfd774
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue