Skip to content

Commit

Permalink
Test on Ruby 3.2 and 3.3 (danini-the-panini#122)
Browse files Browse the repository at this point in the history
test on Ruby 3.2 and 3.3
  • Loading branch information
Floppy authored Feb 28, 2024
1 parent 8a37012 commit 02f84c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 02f84c9

Please sign in to comment.