Skip to content

Commit 64871a5

Browse files
committed
test on PHP 8.4
1 parent 5dccc92 commit 64871a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testLinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
21+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2222
fail-fast: false
2323

2424
services:

.github/workflows/testWindows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
21+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2222
fail-fast: false
2323

2424
steps:

0 commit comments

Comments
 (0)