Skip to content

Commit 279a616

Browse files
committed
Travis: test against PHP 7.4, not snapshot
Looks like Travis (finally) has got a "normal" PHP 7.4 image available.
1 parent 2ecd8dc commit 279a616

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ matrix:
2222
env: PHPUNIT_INCOMPAT=1
2323
- php: 7.3
2424
env: PHPUNIT_INCOMPAT=1
25-
- php: "7.4snapshot"
25+
- php: 7.4
2626
env: PHPUNIT_INCOMPAT=1
27-
- php: "7.4snapshot"
27+
- php: 7.4
2828
env: PHPSTAN=1 PHPUNIT_INCOMPAT=1
2929
addons:
3030
apt:
@@ -39,7 +39,7 @@ matrix:
3939
- libonig-dev
4040

4141
allow_failures:
42-
- php: "7.4snapshot"
42+
- php: 7.4
4343
env: PHPSTAN=1 PHPUNIT_INCOMPAT=1
4444
- php: nightly
4545

0 commit comments

Comments
 (0)