From 2c40e0f36d4f0f1dd5327db2f8404810d5f846c6 Mon Sep 17 00:00:00 2001 From: Drew Date: Tue, 18 Jun 2024 11:07:50 -0400 Subject: [PATCH] add laravel 9.* to the test workflow :test_tube: --- .github/workflows/run-tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c1fc195..27aa058 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,7 +18,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.3, 8.2] - laravel: [11.*, 10.*] + laravel: [11.*, 10.*, 9.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 11.* @@ -27,6 +27,8 @@ jobs: - laravel: 10.* testbench: 8.* carbon: ^2.63 + - laravel: 9.* + testbench: 7.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} @@ -55,4 +57,4 @@ jobs: run: composer show -D - name: Execute tests - run: vendor/bin/pest --ci + run: vendor/bin/pest --ci \ No newline at end of file