Skip to content

Commit 5e6d93d

Browse files
committed
Run tests in PHP 8.4
1 parent 40f5342 commit 5e6d93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
23+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2424

2525
steps:
2626
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)