Skip to content

Commit 83dc9c1

Browse files
committed
Run tests on PHP 8.5 and update test environment
1 parent 7fb3231 commit 83dc9c1

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.5
1415
- 8.4
1516
- 8.3
1617
- 8.2
@@ -26,7 +27,7 @@ jobs:
2627
- 5.4
2728
- 5.3
2829
steps:
29-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v7
3031
- uses: shivammathur/setup-php@v2
3132
with:
3233
php-version: ${{ matrix.php }}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"php": ">=5.3",
15-
"react/promise": "^3 || ^2.2.1 || ^1.2.1"
15+
"react/promise": "^3.3 || ^2.2.1 || ^1.2.1"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.6 || ^8.5 || ^5.7 || ^4.8.36",
19-
"react/async": "^4 || ^3 || ^2",
20-
"react/event-loop": "^1.2",
19+
"react/async": "^4.3 || ^3 || ^2",
20+
"react/event-loop": "^1.6",
2121
"react/http": "^1.8"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)