Skip to content

Commit 5e495c0

Browse files
committed
run tests/checks under PHP 8.4
1 parent d4d8368 commit 5e495c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/syntax_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
11+
php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
1212

1313
name: PHP ${{ matrix.php }}
1414

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
11+
php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
1212

1313
name: Tests Under PHP ${{ matrix.php }}
1414

0 commit comments

Comments
 (0)