Updated system tests

This commit is contained in:
markseu 2022-10-31 11:05:05 +01:00
parent fa5bbab36b
commit a7a6a1de6f

View file

@ -7,7 +7,7 @@ jobs:
name: PHP ${{ matrix.php }}
strategy:
matrix:
php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0]
php: [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