Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit e42c84e

Browse files
author
Joel Butcher
committed
comment out php v8.1 from travis as it's not supported yet
1 parent 2189f18 commit e42c84e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ php:
44
- 7.3
55
- 7.4
66
- 8.0
7-
- 8.1
7+
# PHP 8.1 isn't currently support by Travis CI
8+
# - 8.1
89

910
env:
1011
- ILLUMINATE_VERSION=^7.0 TESTBENCH_VERSION=5.*

0 commit comments

Comments
 (0)