Skip to content

Commit f2fff97

Browse files
committed
Upgrade to Ubuntu 24.04
1 parent e58b280 commit f2fff97

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14-
- 8.4
1514
- 8.3
1615
- 8.2
1716
- 8.1
@@ -30,7 +29,7 @@ jobs:
3029
- uses: shivammathur/setup-php@v2
3130
with:
3231
php-version: ${{ matrix.php }}
33-
coverage: ${{ matrix.php < 8.0 && 'xdebug' || 'pcov' }}
32+
coverage: xdebug
3433
ini-file: development
3534
- run: composer install
3635
- run: docker pull busybox:latest

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react/promise-stream": "^1.6",
2020
"react/socket": "^1.16",
2121
"react/stream": "^1.4",
22-
"rize/uri-template": "^0.3.8"
22+
"rize/uri-template": "^0.3"
2323
},
2424
"require-dev": {
2525
"clue/caret-notation": "^0.2",

0 commit comments

Comments
 (0)