Skip to content

Commit

Permalink
Enable PHP 8.2 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Péter Báthory committed Nov 8, 2023
1 parent 7e7a9a4 commit 82a8f11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
php: 7.3
- stage: Test
php: 7.4
- stage: Test
php: 8.0
- stage: Test
php: 8.1
- stage: Test
php: 8.2

- php: nightly

Expand All @@ -78,4 +84,4 @@ after_success:
- |
- if [[ -f "build/logs/clover.xml" && $TRAVIS_PHP_VERSION != "nightly" ]]; then
travis_retry php vendor/bin/php-coveralls -v;
fi
fi
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
}
},
"require": {
"php": "5.5 - 8.1"
"php": "5.5 - 8.2"
},
"require-dev": {
"php": "5.5 - 8.1",
"php": "5.5 - 8.3",
"phpunit/phpunit": "5.* || 8.*",
"php-coveralls/php-coveralls": "2.*",
"squizlabs/php_codesniffer": "3.*",
Expand Down

0 comments on commit 82a8f11

Please sign in to comment.