Skip to content

Commit e28423f

Browse files
committed
WIP
1 parent f996f45 commit e28423f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ matrix:
4141
env: ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.*
4242
- php: 7.4
4343
env: ILLUMINATE_VERSION=5.6.* TESTBENCH_VERSION=3.6.*
44+
- php: 8.0snapshot
45+
env: ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
46+
- php: 8.0snapshot
47+
env: ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.*
48+
- php: 8.0snapshot
49+
env: ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
4450

4551
before_script:
4652

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.1",
24+
"php": "^7.1|^8.0",
2525
"codezero/browser-locale": "^3.0",
2626
"illuminate/support": "^5.6|^6.0|^7.0|^8.0"
2727
},
2828
"require-dev": {
29-
"mockery/mockery": "^1.0",
29+
"mockery/mockery": "^1.3.3",
3030
"orchestra/testbench": "^3.6|^4.0|^5.0|^6.0",
3131
"phpunit/phpunit": "^7.0|^8.0|^9.0"
3232
},
@@ -57,4 +57,4 @@
5757
},
5858
"minimum-stability": "dev",
5959
"prefer-stable": true
60-
}
60+
}

0 commit comments

Comments
 (0)