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