From 9c904409cdc1c58b837698ef3f1c292423c3d260 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 19 Nov 2023 13:47:48 +0800 Subject: [PATCH] use string --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0fc951b7..f90631dd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -103,9 +103,9 @@ jobs: strategy: matrix: php: - - 8.0 - - 8.1 - - 8.2 + - "8.0" + - "8.1" + - "8.2" os: - ubuntu-latest - macos-latest