diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index db0488e..f99b906 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,26 +13,29 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - stability: [prefer-stable] include: - php: 8.1 laravel: 10.* carbon: ^2.63 testbench: 8.* + stability: prefer-stable - php: 8.2 laravel: 10.* carbon: ^2.63 testbench: 8.* + stability: prefer-stable - php: 8.2 laravel: 11.* carbon: ^3 testbench: 9.* + stability: prefer-stable - php: 8.3 laravel: 11.* carbon: ^3 testbench: 9.* + stability: prefer-stable - name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} + name: P${{ matrix.php }} - L${{ matrix.laravel }} - C${{ matrix.carbon }} - T${{ matrix.testbench }} - ${{ matrix.stability }} - ${{ matrix.os }} steps: - name: Checkout code