Skip to content

Commit ca209e7

Browse files
committed
Travis: test builds against PHP 7.4
Nightly has become PHP 8.0 since PHP 7.4 has been branched, so to continue to also test against PHP 7.4, it needs to be added separately. Refs: * https://twitter.com/nikita_ppv/status/1089839541828112384 * https://twitter.com/nikita_ppv/status/1094897743594770433
1 parent 12c5647 commit ca209e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ php:
2121
- 7.1
2222
- 7.2
2323
- 7.3
24+
- "7.4snapshot"
2425
- nightly
2526

2627
env:
@@ -42,6 +43,7 @@ matrix:
4243

4344
allow_failures:
4445
# Allow failures for unstable builds.
46+
- php: "7.4snapshot"
4547
- php: nightly
4648

4749
before_install:

0 commit comments

Comments
 (0)