From 399f36484ffa12b337a08ac56576fb9dac730ce1 Mon Sep 17 00:00:00 2001 From: Will Power <1619102+willpower232@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:37:59 +0100 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9c8582a..994657a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.0, 8.1, 8.2, 8.3] + php: ["8.0", 8.1, 8.2, 8.3] illuminate: [9, 10, 11] exclude: # Exclude incompatible PHP versions for Laravel 9 @@ -16,11 +16,11 @@ jobs: illuminate: 9 # Exclude incompatible PHP versions for Laravel 10 - - php: 8.0 + - php: "8.0" illuminate: 10 # Exclude incompatible PHP versions for Laravel 11 - - php: 8.0 + - php: "8.0" illuminate: 11 - php: 8.1 illuminate: 11