From 10cfe445a07a62da68e7845fc663bfd98b4430c7 Mon Sep 17 00:00:00 2001 From: Jon Nott Date: Thu, 21 Mar 2024 13:46:38 +0000 Subject: [PATCH] update test matrix --- .github/workflows/laravel.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index a6c6bdb1..f3a50ad2 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -8,13 +8,13 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest ] - php: [ 8.1 ] - laravel: [ 10.* ] - stability: [ prefer-stable ] + os: [ ubuntu-latest, ubuntu-latest ] + php: [ 8.1, 8.2 ] + laravel: [ 10.*, 11.* ] + stability: [ prefer-stable, prefer-stable ] include: - - laravel: 10.* - testbench: ^8.0 + - laravel: [ 10.*, 11.* ] + testbench: [ ^8.0, ^9.0 ] name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} steps: