Skip to content

Commit 0986ed2

Browse files
committed
Updated framework and vendors
1 parent d0b5c53 commit 0986ed2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ php:
99
- '8.1'
1010

1111
env:
12-
- LARAVEL_VERSION=6.*
1312
- LARAVEL_VERSION=7.*
1413
- LARAVEL_VERSION=8.*
1514
- LARAVEL_VERSION=9.*
@@ -19,6 +18,14 @@ matrix:
1918
exclude:
2019
- php: 7.3
2120
env: LARAVEL_VERSION=9.*
21+
- php: 8.0
22+
env: LARAVEL_VERSION=6.*
23+
- php: 8.0
24+
env: LARAVEL_VERSION=7.*
25+
- php: 8.1
26+
env: LARAVEL_VERSION=6.*
27+
- php: 8.1
28+
env: LARAVEL_VERSION=7.*
2229

2330
before_script:
2431
- travis_retry composer self-update

0 commit comments

Comments
 (0)