Skip to content

Commit

Permalink
ext: ruby 3.3 support
Browse files Browse the repository at this point in the history
update to rake-compiler-dock 1.4.0.rc1 for experimental 3.3
precompiled support
  • Loading branch information
flavorjones committed Nov 26, 2023
1 parent a19d159 commit 8567974
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .cross_rubies
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@
3.2.0:x86-mingw32
3.2.0:x86_64-darwin
3.2.0:x86_64-linux
3.3.0:aarch64-linux
3.3.0:arm-linux
3.3.0:arm64-darwin
3.3.0:x64-mingw-ucrt
3.3.0:x86-linux
3.3.0:x86-mingw32
3.3.0:x86_64-darwin
3.3.0:x86_64-linux
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:
fail-fast: false
matrix:
sys: ["enable", "disable"]
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "head"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -453,7 +453,7 @@ jobs:
fail-fast: false
matrix:
sys: ["enable", "disable"]
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "head"]
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
fail-fast: false
matrix:
sys: ["enable", "disable"]
ruby: ["3.1", "3.2"]
ruby: ["3.1", "3.2", "head"]
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -556,7 +556,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3.0-preview3"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -578,7 +578,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3.0-preview3"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -600,7 +600,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3.0-preview3"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -622,7 +622,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "head"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -659,7 +659,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "head"]
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -700,7 +700,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.1", "3.2"]
ruby: ["3.1", "3.2", "head"]
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development do

# building extensions
gem "rake-compiler", "1.2.5"
gem "rake-compiler-dock", "1.3.1"
gem "rake-compiler-dock", "1.4.0.rc1"

# parser generator
gem "rexical", "= 1.0.7"
Expand Down

0 comments on commit 8567974

Please sign in to comment.