Skip to content

Commit

Permalink
Migrate to PHP 8.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
POPSuL committed Jan 9, 2023
1 parent 30ddbab commit 940b806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
environment:
php:
version: 7.1
version: 8.0
dependencies:
before:
- 'composer install'
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php
php:
- '7.0'
- '7.1'
- '7.2'
- '8.0'
- '8.1'
- '8.2'
- nightly
install: travis_retry composer install --no-interaction --prefer-source
script: vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml --colors
Expand Down

0 comments on commit 940b806

Please sign in to comment.