Skip to content

Commit

Permalink
fix php version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpts committed Dec 26, 2021
1 parent 24e9cd1 commit e2720bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ filter:
build:
environment:
php:
version: 8.0
version: 8.1
tests:
override:
- php-scrutinizer-run --enable-security-analysis
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php
php:
#- 8.0
- 8.1
- nightly

before_script:
Expand Down

0 comments on commit e2720bc

Please sign in to comment.