Updated system tests
This commit is contained in:
parent
721424bbe8
commit
9fce7f19fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/system-tests.yml
vendored
2
.github/workflows/system-tests.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
name: PHP ${{ matrix.php }} on ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php: [8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0]
|
||||
php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
|
|
Loading…
Reference in a new issue