From 9dcca4c027e193c19b85321d6adabe4df17d83e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 22 Jan 2024 06:52:00 -1000 Subject: [PATCH] Prefer String to Float YAML has a lot of problems. --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f47ec9bd..8d0238a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,12 +27,12 @@ jobs: strategy: matrix: ruby-version: - - 2.6 - - 2.7 - - 3.0 - - 3.1 - - 3.2 - - 3.3 + - '2.6' + - '2.7' + - '3.0' + - '3.1' + - '3.2' + - '3.3' steps: - uses: actions/checkout@v4 - name: Setup Ruby