File tree Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- master
7
7
pull_request :
8
+ workflow_dispatch :
9
+ schedule :
10
+ - cron : ' 0 11 26 * *'
8
11
9
12
jobs :
10
13
build-lowest-version :
33
36
strategy :
34
37
max-parallel : 10
35
38
matrix :
36
- php : ['7.2', '7.3', '7.4']
39
+ php : ['7.2', '7.3', '7.4', '8.0' ]
37
40
38
41
steps :
39
42
- name : Set up PHP
50
53
51
54
- name : Run tests
52
55
run : vendor/bin/simple-phpunit
53
-
54
- build-php8 :
55
- name : Build (PHP 8)
56
- runs-on : ubuntu-latest
57
-
58
- steps :
59
- - name : Set up PHP
60
- uses : shivammathur/setup-php@v2
61
- with :
62
- php-version : 8.0
63
- coverage : ' none'
64
-
65
- - name : Checkout code
66
- uses : actions/checkout@v2
67
-
68
- - name : Install dependencies
69
- run : composer update --no-interaction --no-progress --prefer-dist
70
-
71
- - name : Run tests
72
- run : vendor/bin/simple-phpunit
Original file line number Diff line number Diff line change 16
16
"symfony/finder" : " ^4.4|^5.0" ,
17
17
"symfony/framework-bundle" : " ^4.4|^5.0" ,
18
18
"symfony/routing" : " ^4.4|^5.0" ,
19
- "zircote/swagger-php" : " ^2.0.14 "
19
+ "zircote/swagger-php" : " 2.x-dev "
20
20
},
21
21
"require-dev" : {
22
22
"symfony/phpunit-bridge" : " ^5.0@dev"
23
23
},
24
- "minimum-stability" : " dev" ,
25
24
"autoload" : {
26
25
"psr-4" : {
27
26
"Tobion\\ OpenApiSymfonyRouting\\ " : " src/"
You can’t perform that action at this time.
0 commit comments