commit e36479449c510da75e8617495dc5a2297453a9b1
parent 0342f0ac82db9f72932d68f2790d293382533a75
Author: markseu <mark2011@mayberg.se>
Date: Fri, 21 Nov 2025 13:22:33 +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
@@ -30,7 +30,7 @@ jobs:
name: PHP ${{ matrix.php }}
strategy:
matrix:
- php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0]
+ php: [8.5, 8.4, 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