File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
matrix :
11
11
fast_finish : true
12
12
include :
13
- - php : 7.0
14
- - php : 7.0
13
+ - php : 7.2
14
+ - php : 7.2
15
15
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
16
- - php : 7.0
16
+ - php : 7.2
17
17
env : RUN_PHPCS="yes"
18
- - php : 7.1
19
- - php : 7.1
18
+ - php : 7.3
19
+ - php : 7.3
20
20
# This empty flag removes the prefer-stable switch to cause dev dependencies to be installed
21
21
env : COMPOSER_FLAGS=""
22
- - php : 7.2
23
- - php : 7.3
22
+ - php : 7.4snapshot
24
23
- php : nightly
25
24
allow_failures :
25
+ - php : 7.4snapshot
26
26
- php : nightly
27
27
28
28
before_script :
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://github.com/joomla-framework/string" ,
7
7
"license" : " GPL-2.0-or-later" ,
8
8
"require" : {
9
- "php" : " ~7.0 "
9
+ "php" : " ~7.2 "
10
10
},
11
11
"require-dev" : {
12
12
"doctrine/inflector" : " ~1.2" ,
You can’t perform that action at this time.
0 commit comments