Skip to content

Commit f1fb1ba

Browse files
authored
Merge pull request clue#93 from clue-labs/php8.4
Run tests on PHP 8.4 and update test environment
2 parents 0982b3a + 849a734 commit f1fb1ba

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ on:
77
jobs:
88
PHPUnit:
99
name: PHPUnit (PHP ${{ matrix.php }})
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.4
1415
- 8.3
1516
- 8.2
1617
- 8.1
@@ -25,7 +26,7 @@ jobs:
2526
- 5.4
2627
- 5.3
2728
steps:
28-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
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
@@ -19,13 +19,13 @@
1919
"react/promise-stream": "^1.6",
2020
"react/socket": "^1.16",
2121
"react/stream": "^1.4",
22-
"rize/uri-template": "^0.3"
22+
"rize/uri-template": "^0.4 || ^0.3"
2323
},
2424
"require-dev": {
2525
"clue/caret-notation": "^0.2",
2626
"clue/tar-react": "^0.2",
2727
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
28-
"react/async": "^4.2 || ^3 || ^2"
28+
"react/async": "^4.3 || ^3 || ^2"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)