mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Adding tests on Symfony5
This commit is contained in:
+5
-3
@@ -8,10 +8,12 @@ cache:
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: 7.1
|
||||
- php: 7.4snapshot
|
||||
env: SKELETON_VERSION="^3.4"
|
||||
- php: 7.1
|
||||
env: SKELETON_VERSION="^4.0"
|
||||
- php: 7.4snapshot
|
||||
env: SKELETON_VERSION="^4.4"
|
||||
- php: 7.4snapshot
|
||||
env: SKELETON_VERSION="^5.0"
|
||||
|
||||
before_install:
|
||||
- phpenv config-rm xdebug.ini || true
|
||||
|
||||
Reference in New Issue
Block a user