Skip to content

Commit 85754a5

Browse files
committed
minor #154 Update CI configuration (phansys)
This PR was merged into the master branch. Discussion ---------- * Stop building on `hhvm` * Build on `php:7.4snapshot` * Build with `symfony/symfony:^4.4@dev` Commits ------- c109dee Update CI configuration
2 parents 34ef4c5 + c109dee commit 85754a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ php:
77
- 7.1
88
- 7.2
99
- 7.3
10+
- 7.4snapshot
1011
- nightly
11-
- hhvm
1212

1313
env:
1414
global:
@@ -33,11 +33,11 @@ matrix:
3333
env: INSTALL_VICH_UPLOADER_BUNDLE=true SYMFONY_PHPUNIT_VERSION="5.7.27"
3434
- php: 7.2
3535
- php: 7.3
36-
env: SYMFONY_VERSION="^4.3@dev" SYMFONY_PHPUNIT_VERSION="7.4.4"
36+
env: SYMFONY_VERSION="^4.4@dev" SYMFONY_PHPUNIT_VERSION="7.4.4"
3737
allow_failures:
38+
- php: 7.4snapshot
3839
- php: nightly
39-
- php: hhvm
40-
- env: SYMFONY_VERSION="^4.3@dev" SYMFONY_PHPUNIT_VERSION="7.4.4"
40+
- env: SYMFONY_VERSION="^4.4@dev" SYMFONY_PHPUNIT_VERSION="7.4.4"
4141

4242
sudo: false
4343

0 commit comments

Comments
 (0)