Skip to content

Commit

Permalink
Run compilation tests against Ruby 3.3.0-preview2
Browse files Browse the repository at this point in the history
Before compiling the native gems against the latest, unreleased version
of Ruby, check the gem compiles and passes its tests when the user has
to compile against it on install.

Note 3.3.0-preview2 is not available for Windows.

See #108
  • Loading branch information
mudge committed Sep 24, 2023
1 parent 6ba13eb commit 0cec6ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
strategy:
matrix:
ruby:
- '3.3.0-preview2'
- '3.2'
- '3.1'
- '3.0'
Expand Down Expand Up @@ -124,7 +125,7 @@ jobs:
fail-fast: false
matrix:
runs-on: ["ubuntu-latest", "macos-latest"]
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2"]
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3.0-preview2"]
include:
- ruby: "2.6"
runs-on: "windows-2019"
Expand Down

0 comments on commit 0cec6ec

Please sign in to comment.