File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
4551before_script :
4652
Original file line number Diff line number Diff line change 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 },
5757 },
5858 "minimum-stability" : " dev" ,
5959 "prefer-stable" : true
60- }
60+ }
You can’t perform that action at this time.
0 commit comments