Skip to content

Commit 549c0de

Browse files
committed
Add PHP 8.4 and 8.5 to the CI matrix
1 parent 241918a commit 549c0de

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
@@ -10,10 +10,10 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [8.0, 8.1, 8.2, 8.3]
13+
php: [8.0, 8.1, 8.2, 8.3, 8.4, 8.5]
1414
experimental: [false]
1515
include:
16-
- php: 8.2
16+
- php: 8.4
1717
analysis: true
1818

1919
steps:

0 commit comments

Comments
 (0)