Skip to content

Commit efe5b2b

Browse files
committed
Add PHP 8.4 and 8.4 to the CI matrix
1 parent c8318f5 commit efe5b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ 7.4, 8.0, 8.1, 8.2, 8.3 ]
12+
php: [ 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 ]
1313
include:
14-
- php: 8.2
14+
- php: 8.4
1515
analysis: true
1616

1717
steps:

0 commit comments

Comments
 (0)