Skip to content

Commit 9e352ae

Browse files
committed
upgrade Composer packages and PHP for CI jobs
1 parent 8757884 commit 9e352ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Setup PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: 8.2
24+
php-version: 8.3
2525
tools: composer:v2
2626
coverage: none
2727

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"homepage": "https://www.swoole.com",
55
"license": "Apache-2.0",
66
"require-dev": {
7-
"php": ">=8.2",
7+
"php": ">=8.3",
88
"crowdstar/reflection": "~2.0.0",
99
"friendsofphp/php-cs-fixer": "~3.51",
1010
"overtrue/phplint": "~9.1",
11-
"phpunit/phpunit": "~11.0",
12-
"swoole/ide-helper": "~5.1",
11+
"phpunit/phpunit": "~12.0",
12+
"swoole/ide-helper": "~6.0",
1313
"symfony/filesystem":"~7.0",
1414
"symfony/yaml": "~7.0",
1515
"twig/twig": "~3.8"

0 commit comments

Comments
 (0)