From 5a771c434d6747db3d2da3cfc1ce444cdd377d2d Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Tue, 30 Jan 2024 13:41:31 +0900 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79bf56b..0c85884 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,15 +10,15 @@ jobs: strategy: fail-fast: false matrix: - gr: ["0.72.11", "0.73.0", "system"] + gr: ["0.72.11", "0.73.1", "system"] os: ["ubuntu", "macos", "windows"] ruby: ["3.1", "3.2", "3.3"] exclude: - - { os: windows, gr: "0.71.8" } - - { os: windows, gr: "0.72.9" } + - { os: windows, gr: "0.72.11" } + - { os: windows, gr: "0.73.1" } runs-on: ${{ matrix.os }}-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: