diff --git a/.travis.yml b/.travis.yml index 21d2226..82c2d31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: php php: - - 7.1 - - 7.2 + - 8.0 + - 8.1 + - 8.2 before_script: - travis_retry composer self-update diff --git a/composer.json b/composer.json index 582f447..6af456c 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "source": "https://github.com/mpociot/versionable" }, "require": { - "php": ">=7.1.0 || >=7.2.5 || >=8.0 || >=8.1", + "php": ">=7.1.0 || >=7.2.5 || >=8.0 || >=8.1 || >= 8.2", "illuminate/support": "~5.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" }, "require-dev": { diff --git a/phpunit.xml b/phpunit.xml index e439c0a..7760a58 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,21 +1,13 @@ - - - - tests/ - - - - - src/Mpociot/ - - + + + + src/Mpociot/ + + + + + tests/ + +