Skip to content

Commit

Permalink
- CI: PHP version update
Browse files Browse the repository at this point in the history
  • Loading branch information
kodeart committed Jun 11, 2021
1 parent 989b711 commit db6fe40
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 @@ -7,7 +7,7 @@ build:
- php-scrutinizer-run
environment:
php:
version: '8.0'
version: '8.0.1'

before_commands:
- 'composer update -o --prefer-source --no-interaction'
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cache:
- $HOME/.composer/cache

php:
- 8.0
- 8.0.1

jobs:
fast_finish: true
Expand Down

0 comments on commit db6fe40

Please sign in to comment.