mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
Added ci for php8 (#3661)
This commit is contained in:
parent
0d2b45c168
commit
3d9afbf9a0
2
.github/workflows/test-components.yml
vendored
2
.github/workflows/test-components.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: 'ubuntu-latest'
|
||||
strategy:
|
||||
matrix:
|
||||
php-version: [ '7.3', '7.4' ]
|
||||
php-version: [ '7.3', '7.4', '8.0' ]
|
||||
mysql-version: [ '5.7', '8.0' ]
|
||||
max-parallel: 6
|
||||
fail-fast: false
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest ]
|
||||
php-version: [ '7.3', '7.4' ]
|
||||
php-version: [ '7.3', '7.4', '8.0' ]
|
||||
sw-version: [ 'v4.5.11', 'v4.6.7', 'master' ]
|
||||
max-parallel: 12
|
||||
fail-fast: false
|
||||
|
@ -44,7 +44,6 @@
|
||||
"hyperf/engine": "dev-master",
|
||||
"influxdb/influxdb-php": "^1.15.0",
|
||||
"ircmaxell/random-lib": "^1.2",
|
||||
"jcchavezs/zipkin-opentracing": "^1.0",
|
||||
"jean85/pretty-package-versions": "^2.0",
|
||||
"jonahgeorge/jaeger-client-php": "^1.0",
|
||||
"laminas/laminas-mime": "^2.7",
|
||||
|
@ -20,6 +20,7 @@ parameters:
|
||||
- %currentWorkingDirectory%/src/grpc/*
|
||||
- %currentWorkingDirectory%/src/grpc-server/*
|
||||
- %currentWorkingDirectory%/src/swagger/*
|
||||
- %currentWorkingDirectory%/src/tracer/*
|
||||
- %currentWorkingDirectory%/src/validation/*
|
||||
- %currentWorkingDirectory%/src/view/src/Engine/*
|
||||
- %currentWorkingDirectory%/src/server/src/SwowServer.php
|
||||
|
@ -67,7 +67,7 @@
|
||||
<directory suffix="Test.php">./src/super-globals/tests</directory>
|
||||
<directory suffix="Test.php">./src/task/tests</directory>
|
||||
<directory suffix="Test.php">./src/testing/tests</directory>
|
||||
<directory suffix="Test.php">./src/tracer/tests</directory>
|
||||
<!-- <directory suffix="Test.php">./src/tracer/tests</directory>-->
|
||||
<directory suffix="Test.php">./src/translation/tests</directory>
|
||||
<directory suffix="Test.php">./src/utils/tests</directory>
|
||||
<directory suffix="Test.php">./src/validation/tests</directory>
|
||||
|
Loading…
Reference in New Issue
Block a user