Skip to content

Commit 2f08129

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 af84bd6 commit 2f08129

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
# PHPCS is only compatible with PHP 7.3 as of version 3.3.1.
8787
- php: 7.3
8888
env: PHPCS_VERSION="3.3.1"
89-
- php: "7.4snapshot"
89+
- php: 7.4
9090
env: PHPCS_VERSION="dev-master"
9191
# PHPCS is only compatible with PHP 7.4 as of version 3.5.0.
92-
- php: "7.4snapshot"
92+
- php: 7.4
9393
env: PHPCS_VERSION="3.5.0"
9494
- php: "nightly"
9595
env: PHPCS_VERSION="n/a" LINT=1

0 commit comments

Comments
 (0)