From a83f44f58add4cb8c1772a5bf2a0c82e09166f71 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 24 Mar 2022 20:12:34 +0900 Subject: Use head version on macos and windows --- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 051888b..edf95d1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ 3.1, "3.0", 2.7, 2.6, 2.5, 2.4 ] + ruby: [ head, 3.1, "3.0", 2.7, 2.6, 2.5, 2.4 ] steps: - uses: actions/checkout@v3 - name: Install libraries diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 779fd47..a0220fe 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ mingw, mswin, 3.1, "3.0", 2.7, 2.6, 2.5, 2.4 ] + ruby: [ mingw, mswin, head, 3.1, "3.0", 2.7, 2.6, 2.5, 2.4 ] steps: - uses: actions/checkout@v3 - name: Install libraries with vcpkg -- cgit v1.2.1