Skip to content

Commit 047846e

Browse files
authored
Merge pull request #27 from farzai/ci/add-php-8.4-8.3-support
Add PHP 8.4 and 8.3 to CI test matrix
2 parents c7b4e4a + 00e18c3 commit 047846e

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)