Updated system tests

This commit is contained in:
markseu 2023-11-23 23:25:07 +01:00
parent 721424bbe8
commit 9fce7f19fc

View file

@ -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