commit 9fce7f19fccf168e525a3af653486ac6b08c198a
parent 721424bbe82463ca8cceab730d0ce0bfd50f24bd
Author: markseu <mark2011@mayberg.se>
Date: Thu, 23 Nov 2023 23:25:07 +0100
Updated system tests
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml
@@ -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