From f035250310250dd33a9cdd51b1b9b388a7f68444 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sun, 25 Feb 2024 15:22:32 +0000 Subject: [PATCH] test on Ruby 3.2 and 3.3 --- .github/workflows/build-workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-workflow.yml b/.github/workflows/build-workflow.yml index 8d9106d8..5235ce1d 100644 --- a/.github/workflows/build-workflow.yml +++ b/.github/workflows/build-workflow.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['2.6', '2.7', '3.0', '3.1', 'head'] + ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'head'] steps: - uses: actions/checkout@v4 - uses: awalsh128/cache-apt-pkgs-action@v1 @@ -39,7 +39,7 @@ jobs: runs-on: macos-latest strategy: matrix: - ruby: ['2.6', '2.7', '3.0', '3.1', 'head'] + ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'head'] steps: - uses: actions/checkout@v4 - run: brew install glfw @@ -56,7 +56,7 @@ jobs: MITTSU_LIBGLFW_PATH: c:\projects\mittsu\glfw-3.3.1.bin.WIN32\lib-mingw strategy: matrix: - ruby: ['2.6', '2.7', '3.0', '3.1', 'head'] + ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'head'] steps: - uses: actions/checkout@v4 - run: .\install-glfw.ps1