Skip to content

Commit 283f9f9

Browse files
committed
Run tests on PHP 8.5 and update test environment
1 parent 77720b8 commit 283f9f9

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ on:
77
jobs:
88
PHPUnit:
99
name: PHPUnit (PHP ${{ matrix.php }})
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
env:
1212
LOGIN: username:password@localhost
1313
strategy:
1414
matrix:
1515
php:
16+
- 8.5
1617
- 8.4
1718
- 8.3
1819
- 8.2
@@ -28,7 +29,7 @@ jobs:
2829
- 5.4
2930
- 5.3
3031
steps:
31-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3233
- uses: shivammathur/setup-php@v2
3334
with:
3435
php-version: ${{ matrix.php }}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"require": {
1414
"php": ">=5.3",
1515
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
16-
"react/event-loop": "^1.2",
17-
"react/promise": "^3.2 || ^2.9 || ^1.1",
18-
"react/socket": "^1.16"
16+
"react/event-loop": "^1.6",
17+
"react/promise": "^3.3 || ^2.9 || ^1.1",
18+
"react/socket": "^1.17"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",

0 commit comments

Comments
 (0)