Skip to content

Commit 8e2be02

Browse files
authored
Merge pull request #46 from SignpostMarv/travis/7.4-testing
travis 7.4 testing
2 parents 021eb5a + 8250289 commit 8e2be02

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
@@ -3,9 +3,10 @@ php:
33
- 7.1
44
- 7.2
55
- 7.3
6-
# - 7.4snapshot # Psalm does not support 7.4 yet (uses Fn)
6+
- 7.4 # Psalm does not support 7.4 yet (uses Fn)
77
before_install:
88
- phpenv config-rm xdebug.ini || true
9+
- composer clear-cache
910

1011
install:
1112
- composer install

0 commit comments

Comments
 (0)