File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,12 @@ branches:
25
25
26
26
matrix :
27
27
allow_failures :
28
- - php : hhvm
29
- dist : trusty
28
+ - php : 7.3
30
29
fast_finish : true
31
30
include :
32
31
- php : 5.5
33
32
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" PULI_VERSION=1.0.0-beta9
34
- - php : hhvm
35
- dist : trusty
33
+
36
34
37
35
before_install :
38
36
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
Original file line number Diff line number Diff line change 2
2
$ loader = require __DIR__ .'/../vendor/autoload.php ' ;
3
3
4
4
// Temporary fix for Puli
5
- if (PHP_VERSION_ID >= 50600 && PHP_VERSION_ID < 70300 ) {
5
+ if (PHP_VERSION_ID >= 50600 ) {
6
6
$ loader ->addClassMap ([
7
7
'Puli \\GeneratedPuliFactory ' => __DIR__ .'/../.puli/GeneratedPuliFactory.php ' ,
8
8
]);
You can’t perform that action at this time.
0 commit comments