There was an error while loading. Please reload this page.
1 parent 8757884 commit 9e352aeCopy full SHA for 9e352ae
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
name: Setup PHP
22
uses: shivammathur/setup-php@v2
23
with:
24
- php-version: 8.2
+ php-version: 8.3
25
tools: composer:v2
26
coverage: none
27
composer.json
@@ -4,12 +4,12 @@
4
"homepage": "https://www.swoole.com",
5
"license": "Apache-2.0",
6
"require-dev": {
7
- "php": ">=8.2",
+ "php": ">=8.3",
8
"crowdstar/reflection": "~2.0.0",
9
"friendsofphp/php-cs-fixer": "~3.51",
10
"overtrue/phplint": "~9.1",
11
- "phpunit/phpunit": "~11.0",
12
- "swoole/ide-helper": "~5.1",
+ "phpunit/phpunit": "~12.0",
+ "swoole/ide-helper": "~6.0",
13
"symfony/filesystem":"~7.0",
14
"symfony/yaml": "~7.0",
15
"twig/twig": "~3.8"
0 commit comments