diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 1d6ac99..fd3fc05 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,11 +8,10 @@ on: jobs: test: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: fail-fast: true matrix: - os: [ubuntu-latest, windows-latest] php: [8.0, 8.1] laravel: [8.*, 9.*] include: @@ -21,7 +20,7 @@ jobs: - laravel: 8.* testbench: 6.* - name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }} + name: P${{ matrix.php }} - L${{ matrix.laravel }} steps: - name: Checkout code