Skip to content

Commit 6dbb65d

Browse files
committed
[0.2] Test against all PHP versions up to 8.4
This changeset ensure we run all our tests on all support PHP versions and the PHP versions we support on top of that.
1 parent 385933f commit 6dbb65d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- ubuntu-latest
1616
- windows-latest
1717
php:
18+
- "8.4"
19+
- "8.3"
1820
- "8.2"
1921
- "8.1"
2022
- "8.0"
@@ -48,6 +50,9 @@ jobs:
4850
fail-fast: false
4951
matrix:
5052
php:
53+
- "8.4"
54+
- "8.3"
55+
- "8.2"
5156
- "8.1"
5257
- "8.0"
5358
- "7.4"

0 commit comments

Comments
 (0)