Skip to content

Commit 18aca00

Browse files
committed
Update .travis.yml
1 parent ecda090 commit 18aca00

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,23 @@ language: php
33
sudo: false
44

55
php:
6-
- "7.4"
7-
- "7.3"
8-
- "8.0"
6+
- 7.4
7+
- 7.3
8+
- 8.0
99

1010
env:
1111
global:
12-
- XDEBUG_MODE=coverage
12+
- XDEBUG_MODE="coverage"
1313
jobs:
14-
- LARAVEL_VERSION="8.12" ORCHESTRA_VERSION="6.0"
14+
- LARAVEL_VERSION="8.0" ORCHESTRA_VERSION="6.0"
1515
- LARAVEL_VERSION="7.0" ORCHESTRA_VERSION="5.0"
1616
- LARAVEL_VERSION="6.0" ORCHESTRA_VERSION="4.0"
1717

1818
jobs:
1919
fast_finish: true
20+
include:
21+
- php: 8.0
22+
env: LARAVEL_VERSION="8.12" ORCHESTRA_VERSION="6.0"
2023

2124
before_install:
2225
- mkdir -p ~/artifacts

0 commit comments

Comments
 (0)