|
20 | 20 | - SYMFONY_VERSION=^4.0 |
21 | 21 | matrix: |
22 | 22 | include: |
23 | | - - name: "PHPStan Static Analysis (Pimcore 6.0.x, Symfony ^4.0, PHP 7.3)" |
| 23 | + - name: "PHPStan Static Analysis (Pimcore 6.2.x, Symfony ^4.0, PHP 7.3)" |
24 | 24 | sudo: required |
25 | 25 | php: 7.3 |
26 | 26 | env: |
27 | | - - PIMCORE_SKELETON_BRANCH="tags/v2.0.0" |
| 27 | + - PIMCORE_SKELETON_BRANCH="tags/v2.2.0" |
28 | 28 | - DACHCOM_TEST_SECTION=phpstan |
29 | | - - name: "PHP ECS (Pimcore 6.0.x, Symfony ^4.0, PHP 7.3)" |
| 29 | + - name: "PHP ECS (Pimcore 6.2.x, Symfony ^4.0, PHP 7.3)" |
30 | 30 | sudo: required |
31 | 31 | php: 7.3 |
32 | 32 | env: |
33 | | - - PIMCORE_SKELETON_BRANCH="tags/v2.0.0" |
| 33 | + - PIMCORE_SKELETON_BRANCH="tags/v2.2.0" |
34 | 34 | - DACHCOM_TEST_SECTION=ecs |
35 | | - - name: "Codeception Tests (Pimcore 6.0.x, Symfony ^4.0, PHP 7.2)" |
| 35 | + - name: "Codeception Tests (Pimcore 6.0.x, Symfony ^4.0, PHP 7.3)" |
36 | 36 | sudo: required |
37 | | - php: 7.2 |
| 37 | + php: 7.3 |
38 | 38 | env: |
39 | 39 | - PIMCORE_SKELETON_BRANCH="tags/v2.0.0" |
40 | | - - name: "Codeception Tests (Pimcore 6.0.x, Symfony ^4.0, PHP 7.3)" |
| 40 | + - name: "Codeception Tests (Pimcore 6.1.x, Symfony ^4.0, PHP 7.3)" |
41 | 41 | sudo: required |
42 | 42 | php: 7.3 |
43 | 43 | env: |
44 | | - - PIMCORE_SKELETON_BRANCH="tags/v2.0.0" |
45 | | - - name: "Codeception Tests (Pimcore 6.0.x, Symfony ^3.4, PHP 7.3)" |
| 44 | + - PIMCORE_SKELETON_BRANCH="tags/v2.1.0" |
| 45 | + - name: "Codeception Tests (Pimcore 6.2.x, Symfony ^4.0, PHP 7.2)" |
| 46 | + sudo: required |
| 47 | + php: 7.2 |
| 48 | + env: |
| 49 | + - PIMCORE_SKELETON_BRANCH="tags/v2.2.0" |
| 50 | + - name: "Codeception Tests (Pimcore 6.2.x, Symfony ^4.0, PHP 7.3)" |
| 51 | + sudo: required |
| 52 | + php: 7.3 |
| 53 | + env: |
| 54 | + - PIMCORE_SKELETON_BRANCH="tags/v2.2.0" |
| 55 | + - name: "Codeception Tests (Pimcore 6.2.x, Symfony ^3.4, PHP 7.3)" |
46 | 56 | sudo: required |
47 | 57 | php: 7.3 |
48 | 58 | env: |
49 | 59 | - SYMFONY_VERSION=^3.4 |
50 | | - - PIMCORE_SKELETON_BRANCH="tags/v2.0.0" |
| 60 | + - PIMCORE_SKELETON_BRANCH="tags/v2.2.0" |
51 | 61 | allow_failures: |
52 | 62 | - env: |
53 | | - - PIMCORE_SKELETON_BRANCH="tags/v2.0.0" |
| 63 | + - PIMCORE_SKELETON_BRANCH="tags/v2.2.0" |
54 | 64 | - DACHCOM_TEST_SECTION=ecs |
55 | 65 | fast_finish: true |
56 | 66 |
|
|
0 commit comments