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

Commit

Permalink
Merge branch 'master' of github.com:selamiphp/stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Dec 6, 2022
2 parents 9f84faa + 12a153e commit c0045cd
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -6,7 +6,7 @@ checks:
duplication: true
build:
environment:
php: '7.4'
php: '8.0'
filter:
excluded_paths:
- "tests/"
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ cache:
apt: true

php:
- 7.4
- 8.0
- 8.1
- nightly
before_script:
- composer install
script:
- export XDEBUG_MODE=coverage
- vendor/bin/codecept run --coverage --coverage-xml --coverage-html
after_script:
- if [ $TRAVIS_PHP_VERSION == '8.0' ]; then php vendor/bin/php-coveralls; fi
- if [ $TRAVIS_PHP_VERSION == '8.1' ]; then php vendor/bin/php-coveralls; fi
after_success:
- travis_retry php vendor/bin/php-coveralls -v

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.4 | ^8.0",
"php": "^8.0",
"ext-dom": "*",
"psr/container": "^1.0"
},
Expand Down

0 comments on commit c0045cd

Please sign in to comment.