diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 26690e2..4036390 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,15 +8,11 @@ jobs: strategy: fail-fast: false matrix: - laravel: [9, 10] - php: ["8.0", 8.1, 8.2, 8.3] - exclude: - - php: "8.0" - laravel: 10 + laravel: [10] + php: [8.1, 8.2, 8.3] steps: - uses: actions/checkout@v3 - name: test against Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} run: docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg LARAVEL=${{ matrix.laravel }} - diff --git a/composer.json b/composer.json index cd6215d..cdffe2c 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ "postal/postal": "^2.0.1" }, "require-dev": { - "phpunit/phpunit": "^9.0", - "orchestra/testbench": "^7.0|^8.0", + "phpunit/phpunit": "^10.0", + "orchestra/testbench": "^8.0", "nunomaduro/larastan": "^2.0" }, "autoload": { diff --git a/phpunit.xml b/phpunit.xml index 93b5f06..c8ce08c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,16 +1,13 @@ +> ./tests/ @@ -24,12 +21,14 @@ - - - ./src - + + + + ./src + +