From 58c550d54b4013be73e252360f9a839b58be38a2 Mon Sep 17 00:00:00 2001 From: przemyslaw-przylucki Date: Tue, 14 May 2024 09:47:27 +0200 Subject: [PATCH] fix CI --- .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 116ff1c..3cddcab 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.2, 8.1] - laravel: [10.*] - stability: [prefer-lowest, prefer-stable] + os: [ ubuntu-latest, windows-latest ] + php: [ 8.2, 8.1 ] + laravel: [ 10.* ] + stability: [ prefer-lowest, prefer-stable ] include: - laravel: 11.* testbench: 9.*