Skip to content

Commit

Permalink
Travis: test against PHP 7.4, not snapshot
Browse files Browse the repository at this point in the history
Looks like Travis (finally) has got a "normal" PHP 7.4 image available.
  • Loading branch information
jrfnl committed Dec 8, 2019
1 parent 2ecd8dc commit 279a616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ matrix:
env: PHPUNIT_INCOMPAT=1
- php: 7.3
env: PHPUNIT_INCOMPAT=1
- php: "7.4snapshot"
- php: 7.4
env: PHPUNIT_INCOMPAT=1
- php: "7.4snapshot"
- php: 7.4
env: PHPSTAN=1 PHPUNIT_INCOMPAT=1
addons:
apt:
Expand All @@ -39,7 +39,7 @@ matrix:
- libonig-dev

allow_failures:
- php: "7.4snapshot"
- php: 7.4
env: PHPSTAN=1 PHPUNIT_INCOMPAT=1
- php: nightly

Expand Down

0 comments on commit 279a616

Please sign in to comment.