Skip to content

Commit b0c6492

Browse files
authored
update travis matrix for P6.2 (#118)
* update travis matrix for P6.2 * adjust link class, see pimcore:#4740
1 parent 8ea4679 commit b0c6492

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

.travis.yml

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,37 +20,47 @@ env:
2020
- SYMFONY_VERSION=^4.0
2121
matrix:
2222
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)"
2424
sudo: required
2525
php: 7.3
2626
env:
27-
- PIMCORE_SKELETON_BRANCH="tags/v2.0.0"
27+
- PIMCORE_SKELETON_BRANCH="tags/v2.2.0"
2828
- 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)"
3030
sudo: required
3131
php: 7.3
3232
env:
33-
- PIMCORE_SKELETON_BRANCH="tags/v2.0.0"
33+
- PIMCORE_SKELETON_BRANCH="tags/v2.2.0"
3434
- 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)"
3636
sudo: required
37-
php: 7.2
37+
php: 7.3
3838
env:
3939
- 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)"
4141
sudo: required
4242
php: 7.3
4343
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)"
4656
sudo: required
4757
php: 7.3
4858
env:
4959
- SYMFONY_VERSION=^3.4
50-
- PIMCORE_SKELETON_BRANCH="tags/v2.0.0"
60+
- PIMCORE_SKELETON_BRANCH="tags/v2.2.0"
5161
allow_failures:
5262
- env:
53-
- PIMCORE_SKELETON_BRANCH="tags/v2.0.0"
63+
- PIMCORE_SKELETON_BRANCH="tags/v2.2.0"
5464
- DACHCOM_TEST_SECTION=ecs
5565
fast_finish: true
5666

tests/functional.default/Controller/SnippetControllerCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ public function testSnippetWithDefaultTeaserController(FunctionalTester $I)
3737
$I->seeElement('.single-teaser.default');
3838
$I->seeElement('.teaser-headline');
3939
$I->seeElement('.teaser-text');
40-
$I->seeElement('.teaser-link');
40+
$I->seeElement('.pimcore_tag_link');
4141
}
4242
}

0 commit comments

Comments
 (0)