From 7552f76ac55766d0acb270ac423545a4d61624a6 Mon Sep 17 00:00:00 2001 From: Vladislav Stoitsov Date: Tue, 7 Jun 2022 11:35:45 +0300 Subject: [PATCH] Update run-tests.yml --- .github/workflows/run-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 39ff7ee..cd3a7fb 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -2,9 +2,9 @@ name: run-tests on: push: - branches: [main] + branches: [ main ] pull_request: - branches: [main] + branches: [ main ] jobs: test: @@ -12,10 +12,10 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, windows-latest] - php: [8.1] - laravel: [9.*] - stability: [prefer-lowest, prefer-stable] + os: [ ubuntu-latest ] + php: [ 8.1,8.0 ] + laravel: [ 9.* ] + stability: [ prefer-stable ] include: - laravel: 9.* testbench: 7.*