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 precompiling 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 preview versions of Ruby are not available for Windows, see
https://github.com/ruby/setup-ruby#supported-versions

See #108
  • Loading branch information
mudge committed Sep 24, 2023
1 parent 662dbb1 commit 15e220c
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'
- '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"]
include:
- ruby: "2.6"
runs-on: "windows-2019"
Expand Down

0 comments on commit 15e220c

Please sign in to comment.