commit 5954d528c4c3a479d0f0704e737b26bda3c76b82
parent 1398b1af7a8ece2bfb791b796158b9a44fe1d69b
Author: Steffen Schultz <steffenschultz@mailbox.org>
Date: Mon, 25 Nov 2024 11:19:33 +0100
Update 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.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0]
+ php: [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