Skip to content

Commit 2088f05

Browse files
committed
Run tests on PHP 7.4
1 parent 19694c7 commit 2088f05

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: 7
23+
runs: 8
2424

2525
build:
2626
nodes:

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ matrix:
1616
env: LARAVEL_VERSION="^6.0" RUN_CS_FIXER=1
1717
- php: "7.3"
1818
env: LARAVEL_VERSION="^6.0"
19+
- php: "7.4"
20+
env: LARAVEL_VERSION="^6.0"
1921

2022
sudo: false
2123

0 commit comments

Comments
 (0)