Skip to content

Commit 00e18c3

Browse files
committed
Add PHP 8.4 and 8.3 to CI test matrix
Expand test coverage to include newer PHP versions (8.4 and 8.3) alongside existing 8.2 and 8.1 support.
1 parent c7b4e4a commit 00e18c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
os:
11+
os:
1212
- ubuntu-latest
1313
- windows-latest
14-
php: [8.2, 8.1]
15-
stability:
14+
php: [8.4, 8.3, 8.2, 8.1]
15+
stability:
1616
- prefer-lowest
1717
- prefer-stable
1818

0 commit comments

Comments
 (0)