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

Commit 12a153e

Browse files
authored
feat: php 7.4 support dropped 8.support added
1 parent 4eb5597 commit 12a153e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.scrutinizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ checks:
66
duplication: true
77
build:
88
environment:
9-
php: '7.4'
9+
php: '8.0'
1010
filter:
1111
excluded_paths:
1212
- "tests/"

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ cache:
44
apt: true
55

66
php:
7-
- 7.4
87
- 8.0
8+
- 8.1
99
- nightly
1010
before_script:
1111
- composer install
1212
script:
1313
- export XDEBUG_MODE=coverage
1414
- vendor/bin/codecept run --coverage --coverage-xml --coverage-html
1515
after_script:
16-
- if [ $TRAVIS_PHP_VERSION == '8.0' ]; then php vendor/bin/php-coveralls; fi
16+
- if [ $TRAVIS_PHP_VERSION == '8.1' ]; then php vendor/bin/php-coveralls; fi
1717
after_success:
1818
- travis_retry php vendor/bin/php-coveralls -v
1919

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"php": "^7.4 | ^8.0",
14+
"php": "^8.0",
1515
"ext-dom": "*",
1616
"psr/container": "^1.0"
1717
},

0 commit comments

Comments
 (0)