Skip to content

Commit 7dcdb73

Browse files
jrfnlgrogy
authored andcommitted
Travis: test against nightly (= PHP 8)
Adding a build against `nightly` (PHP 8) which, for now, is allowed to fail. At this time, there is one unit test which fails `ParallelLint.lint.phpt method=testDeprecated`. This will need to be investigated over time. No urgency yet as it may be related to the Nette testing framework dependency and also PHP 8 is still in flux.
1 parent 36f5066 commit 7dcdb73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ matrix:
1212
- php: 7.2
1313
- php: 7.3
1414
- php: 7.4
15+
- php: "nightly"
16+
17+
fast_finish: true
18+
19+
allow_failures:
20+
# Allow failures for unstable builds.
21+
- php: "nightly"
1522

1623
install:
1724
- composer install --no-interaction --prefer-source

0 commit comments

Comments
 (0)