We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa66334 commit b8fff65Copy full SHA for b8fff65
.scrutinizer.yml
@@ -20,7 +20,7 @@ checks:
20
tools:
21
external_code_coverage:
22
timeout: 600
23
- runs: 4
+ runs: 5
24
25
build:
26
nodes:
.travis.yml
@@ -10,6 +10,8 @@ matrix:
10
env: LARAVEL_VERSION="^8.0"
11
- php: "8.0"
12
env: LARAVEL_VERSION="^9.0"
13
+ - php: "8.1"
14
+ env: LARAVEL_VERSION="^9.0"
15
16
sudo: false
17
0 commit comments