Skip to content

Commit fea1b62

Browse files
committed
[0.x] Test against all PHP versions in range
This changeset makes sure we test against all currently support PHP versions and the versions we support on top of that.
1 parent 385933f commit fea1b62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)