Skip to content

Commit 90fe733

Browse files
authored
Merge pull request #43 from clue-labs/php8.5
Run tests on PHP 8.5 and update test environment
2 parents aa27285 + a0b0ba9 commit 90fe733

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- ubuntu-24.04
1515
- windows-2025
1616
php:
17+
- 8.5
1718
- 8.4
1819
- 8.3
1920
- 8.2
@@ -25,7 +26,7 @@ jobs:
2526
- 7.1
2627
- 7.0
2728
steps:
28-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v7
2930
- uses: shivammathur/setup-php@v2
3031
with:
3132
php-version: ${{ matrix.php }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"require": {
1414
"php": ">=7.0",
1515
"ext-zlib": "*",
16-
"react/stream": "^1.2"
16+
"react/stream": "^1.4"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.6 || ^8.5 || ^6.5",
20-
"react/event-loop": "^1.2"
20+
"react/event-loop": "^1.6"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)