From a0099bf4fa2c10acd17f9852ec6e41fcac636ca9 Mon Sep 17 00:00:00 2001 From: jhongturney Date: Wed, 24 Jan 2024 20:21:16 -0800 Subject: [PATCH] revert formatting --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ed722fa1..5d90dcd6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ["2.5.0", "2.6.0"] + ruby-version: ["2.5", "2.6"] steps: - name: Checkout code uses: actions/checkout@v4 @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ["2.5.0", "2.6.0"] + ruby-version: ["2.5", "2.6"] steps: - name: Checkout code uses: actions/checkout@v4 @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ["2.5.0", "2.6.0"] + ruby-version: ["2.5", "2.6"] steps: - name: Checkout code uses: actions/checkout@v4 @@ -75,8 +75,8 @@ jobs: fail-fast: false matrix: # 2.7 and 3.0 fail at the moment - # ruby-version: ["2.5.0", "2.6.0", "2.7", "3.0"] - ruby-version: ["2.5.0", "2.6.0"] + # ruby-version: ["2.5", "2.6", "2.7", "3.0"] + ruby-version: ["2.5", "2.6"] steps: - name: Checkout code uses: actions/checkout@v4