From f336d9ebef3863a174ea8e1c2340811601b1506a Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Mon, 13 Feb 2023 16:53:10 -0500 Subject: [PATCH] Update phpunit.yml --- .github/workflows/phpunit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 4169c30..ccd4911 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -12,13 +12,13 @@ jobs: matrix: dependency-version: [ stable, lowest ] os: [ ubuntu-latest, windows-latest ] - laravel: [ ^8.79, ^9.34, 10.* ] + laravel: [ ^8.79, ^9.50.2, 10.* ] php: [ 8.0, 8.1, 8.2 ] include: - laravel: ^8.79 testbench: ^6.24 - - laravel: ^9.34 - testbench: ^7.10 + - laravel: ^9.50.2 + testbench: ^7.22 - laravel: 10.* testbench: 8.* exclude: