From 21b8d7755d741fdfeedf957c8549ef1464ba493c Mon Sep 17 00:00:00 2001 From: Guy Warner Date: Fri, 11 Aug 2023 17:46:34 +0000 Subject: [PATCH] bump bump --- .github/workflows/run-tests.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 552bd0d..5906c34 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -1,10 +1,6 @@ name: run-tests -on: - push: - branches: [main] - pull_request: - branches: [main] +on: [push, pull_request] jobs: test: @@ -21,6 +17,8 @@ jobs: testbench: ^8.0 - laravel: 9.* testbench: ^7.0 + - laravel: 8.* + testbench: ^6.23 exclude: - laravel: 10.* php: 8.0 @@ -29,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2