Skip to content

Commit b8fff65

Browse files
committed
Run tests on PHP 8.1
1 parent fa66334 commit b8fff65

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ checks:
2020
tools:
2121
external_code_coverage:
2222
timeout: 600
23-
runs: 4
23+
runs: 5
2424

2525
build:
2626
nodes:

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ matrix:
1010
env: LARAVEL_VERSION="^8.0"
1111
- php: "8.0"
1212
env: LARAVEL_VERSION="^9.0"
13+
- php: "8.1"
14+
env: LARAVEL_VERSION="^9.0"
1315

1416
sudo: false
1517

0 commit comments

Comments
 (0)