File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 strategy :
3737 max-parallel : 10
3838 matrix :
39- php : ['7.2', '7.3', '7.4']
39+ php : ['7.2', '7.3', '7.4', '8.0' ]
4040
4141 steps :
4242 - name : Set up PHP
5353
5454 - name : Run tests
5555 run : vendor/bin/simple-phpunit
56-
57- build-php8 :
58- name : Build (PHP 8)
59- runs-on : ubuntu-latest
60-
61- steps :
62- - name : Set up PHP
63- uses : shivammathur/setup-php@v2
64- with :
65- php-version : 8.0
66- coverage : ' none'
67-
68- - name : Checkout code
69- uses : actions/checkout@v2
70-
71- - name : Install dependencies
72- run : composer update --no-interaction --no-progress --prefer-dist
73-
74- - name : Run tests
75- run : vendor/bin/simple-phpunit
Original file line number Diff line number Diff line change 2121 "require-dev" : {
2222 "symfony/phpunit-bridge" : " ^5.0@dev"
2323 },
24- "minimum-stability" : " dev" ,
2524 "autoload" : {
2625 "psr-4" : {
2726 "Tobion\\ OpenApiSymfonyRouting\\ " : " src/"
You can’t perform that action at this time.
0 commit comments