From 4b5c2f037d21918ddd477a6e34f4305074f3f6bb Mon Sep 17 00:00:00 2001 From: Halil Cosdu Date: Tue, 16 Apr 2024 22:10:14 +0300 Subject: [PATCH] WIP --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 015916f..59af6cd 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,11 +18,11 @@ jobs: matrix: os: [ ubuntu-latest, windows-latest ] php: [ 8.3, 8.2 ] - laravel: [ 11.*,10.* ] + laravel: [ 11.*, 10.* ] stability: [ prefer-lowest, prefer-stable ] include: - - laravel: [ 11.*,10.* ] - testbench: [8.*,9.*] + - laravel: 10.* + testbench: 9.* carbon: ^2.63 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}