diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index eeb9a7d..5748b83 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -9,7 +9,7 @@ jobs: max-parallel: 3 matrix: operating-system: [ubuntu-latest] - php-versions: ['7.2', '7.3', '7.4'] + php-versions: ['7.3', '7.4', '8.0'] steps: - uses: actions/checkout@master diff --git a/composer.json b/composer.json index 217a966..a08b826 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } }, "require": { - "php": "^7.2", + "php": ">=7.2", "ext-json": "*", "ext-xml": "*", "sebastianfeldmann/cli": "^3.0" diff --git a/phive.xml b/phive.xml index 6d2ee4a..1433c8d 100644 --- a/phive.xml +++ b/phive.xml @@ -1,6 +1,6 @@ - - - + + + diff --git a/phpunit.xml b/phpunit.xml index 3c8f0d0..5f21f7a 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,18 +1,20 @@ - + + + + src + + + + + + tests/git - - - src - - - - - +