Skip to content

Commit

Permalink
[0.2] Test against all PHP versions in range
Browse files Browse the repository at this point in the history
This changeset makes sure we test against all currently support PHP versions and the versions we support on top of that.
  • Loading branch information
WyriHaximus committed Dec 16, 2024
1 parent 385933f commit 5f6a9c8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2,213 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- ubuntu-latest
- windows-latest
php:
- "8.4"
- "8.3"
- "8.2"
- "8.1"
- "8.0"
Expand Down Expand Up @@ -48,6 +50,9 @@ jobs:
fail-fast: false
matrix:
php:
- "8.4"
- "8.3"
- "8.2"
- "8.1"
- "8.0"
- "7.4"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react/stream": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6",
"react/async": "^4 || ^3"
},
"autoload": {
Expand Down
Loading

0 comments on commit 5f6a9c8

Please sign in to comment.