Skip to content

Commit

Permalink
Test against Ruby 3.4
Browse files Browse the repository at this point in the history
Now Ruby 3.4.0-preview1 is available, add it to the build matrix for Ubuntu and macOS (prerelease versions are not generally available for Windows).
  • Loading branch information
mudge committed May 21, 2024
1 parent 8403f04 commit 55a17ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
sys: ["enable", "disable"]
runs-on: "ubuntu-latest"
steps:
Expand All @@ -157,7 +157,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
sys: ["enable", "disable"]
runs-on: "macos-13"
steps:
Expand Down

0 comments on commit 55a17ec

Please sign in to comment.