Skip to content

Commit e6b7cd0

Browse files
committed
add php 7.4 to ci
1 parent 561408d commit e6b7cd0

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ php72:
3131
php73:
3232
extends: .php
3333
image: php:7.3
34+
35+
php74:
36+
extends: .php
37+
image: php:7.4

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ php:
1414
- '7.1'
1515
- '7.2'
1616
- '7.3'
17+
- '7.4'
1718

1819
env:
1920
- NO_INTERACTION=1

0 commit comments

Comments
 (0)