1818 - SYMFONY_DEPRECATIONS_HELPER=weak
1919 - DACHCOM_TEST_SECTION=codeception
2020 - SYMFONY_VERSION=^4.0
21+ - PIMCORE_PHP_ERROR_REPORTING=32767 # E_ALL
2122matrix :
2223 include :
23- - name : " PHPStan Static Analysis (Pimcore 6.3 .x, Symfony ^4.0, PHP 7.3 )"
24+ - name : " PHPStan Static Analysis (Pimcore 6.5 .x, Symfony ^4.0, PHP 7.4 )"
2425 sudo : required
25- php : 7.3
26+ php : 7.4
2627 env :
27- - PIMCORE_SKELETON_BRANCH="tags/v2.3 .0"
28+ - PIMCORE_SKELETON_BRANCH="tags/v2.5 .0"
2829 - DACHCOM_TEST_SECTION=phpstan
29- - name : " PHP ECS (Pimcore 6.3 .x, Symfony ^4.0, PHP 7.3 )"
30+ - name : " PHP ECS (Pimcore 6.5 .x, Symfony ^4.0, PHP 7.4 )"
3031 sudo : required
31- php : 7.3
32+ php : 7.4
3233 env :
33- - PIMCORE_SKELETON_BRANCH="tags/v2.3 .0"
34+ - PIMCORE_SKELETON_BRANCH="tags/v2.5 .0"
3435 - DACHCOM_TEST_SECTION=ecs
3536 - name : " Codeception Tests (Pimcore 6.0.x, Symfony ^4.3, PHP 7.3)"
3637 sudo : required
@@ -50,25 +51,36 @@ matrix:
5051 env :
5152 - SYMFONY_VERSION="~4.3.0"
5253 - PIMCORE_SKELETON_BRANCH="tags/v2.2.0"
53- - name : " Codeception Tests (Pimcore 6.3.x, Symfony ^4.0, PHP 7.2 )"
54+ - name : " Codeception Tests (Pimcore 6.3.x, Symfony ^4.0, PHP 7.3 )"
5455 sudo : required
55- php : 7.2
56+ php : 7.3
5657 env :
58+ - PIMCORE_PHP_ERROR_REPORTING=30711 # E_ALL & ~E_NOTICE & ~E_STRICT
5759 - PIMCORE_SKELETON_BRANCH="tags/v2.3.0"
58- - name : " Codeception Tests (Pimcore 6.3 .x, Symfony ^4.0, PHP 7.3)"
60+ - name : " Codeception Tests (Pimcore 6.4 .x, Symfony ^4.0, PHP 7.3)"
5961 sudo : required
6062 php : 7.3
6163 env :
62- - PIMCORE_SKELETON_BRANCH="tags/v2.3.0"
63- - name : " Codeception Tests (Pimcore 6.3.x, Symfony ^3.4, PHP 7.3)"
64+ - PIMCORE_SKELETON_BRANCH="tags/v2.4.0"
65+ - name : " Codeception Tests (Pimcore 6.5.x, Symfony ^4.0, PHP 7.3)"
66+ sudo : required
67+ php : 7.3
68+ env :
69+ - PIMCORE_SKELETON_BRANCH="tags/v2.5.0"
70+ - name : " Codeception Tests (Pimcore 6.5.x, Symfony ^3.4, PHP 7.3)"
6471 sudo : required
6572 php : 7.3
6673 env :
6774 - SYMFONY_VERSION=^3.4
68- - PIMCORE_SKELETON_BRANCH="tags/v2.3.0"
75+ - PIMCORE_SKELETON_BRANCH="tags/v2.5.0"
76+ - name : " Codeception Tests (Pimcore 6.5.x, Symfony ^4.0, PHP 7.4)"
77+ sudo : required
78+ php : 7.4
79+ env :
80+ - PIMCORE_SKELETON_BRANCH="tags/v2.5.0"
6981 allow_failures :
7082 - env :
71- - PIMCORE_SKELETON_BRANCH="tags/v2.3 .0"
83+ - PIMCORE_SKELETON_BRANCH="tags/v2.5 .0"
7284 - DACHCOM_TEST_SECTION=ecs
7385 fast_finish : true
7486
0 commit comments