Skip to content

Commit fc30a4c

Browse files
committed
Travis: test against PHP 7.4, not snapshot
Looks like Travis (finally) has got a "normal" PHP 7.4 image available. While we're at it, let's add a build against `nightly` (PHP 8) back which is allowed to fail.
1 parent 38b6211 commit fc30a4c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ php:
1818
- 7.1
1919
- 7.2
2020
- 7.3
21-
- "7.4snapshot"
21+
- 7.4
22+
- "nightly"
2223

2324
env:
2425
# `master` is now 3.x.
@@ -111,6 +112,10 @@ jobs:
111112
- php: 5.4
112113
env: PHPCS_BRANCH="3.3.1"
113114

115+
allow_failures:
116+
# Allow failures for unstable builds.
117+
- php: "nightly"
118+
114119
before_install:
115120
# Speed up build time by disabling Xdebug.
116121
# https://johnblackbourn.com/reducing-travis-ci-build-times-for-wordpress-projects/

0 commit comments

Comments
 (0)