Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix: php7.3 support removed from ci tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 12, 2021
1 parent 6026267 commit a7f6024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ checks:
duplication: true
build:
environment:
php: '7.1'
php: '7.4'
filter:
excluded_paths:
- "tests/"
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ cache:
apt: true

php:
- 7.3
- 7.4
- 8.0
before_script:
Expand Down

0 comments on commit a7f6024

Please sign in to comment.