mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
Fix github actions
This commit is contained in:
parent
18c040b1c4
commit
85978ad800
1 changed files with 4 additions and 2 deletions
6
.github/workflows/continuous-integration.yml
vendored
6
.github/workflows/continuous-integration.yml
vendored
|
@ -28,9 +28,11 @@ jobs:
|
|||
- php-version: 7.1
|
||||
composer-flags: "--prefer-lowest"
|
||||
- php-version: 7.2
|
||||
symfony-require: "3.4.*"
|
||||
symfony-require: "^4.0"
|
||||
- php-version: 7.3
|
||||
symfony-require: "4.4.*"
|
||||
symfony-require: "^5.0"
|
||||
- php-version: 7.4
|
||||
symfony-require: "^4.0"
|
||||
- php-version: 7.3
|
||||
symfony-require: "^5.0"
|
||||
- php-version: 8.0
|
||||
|
|
Loading…
Add table
Reference in a new issue