Skip to content

Commit b8285d9

Browse files
authored
Merge pull request #16 from PHPCSStandards/feature/travis-use-7.4-not-snapshot
Travis: test against PHP 7.4, not snapshot
2 parents af84bd6 + 2f08129 commit b8285d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)