Skip to content

Commit

Permalink
Remove Ruby 3.0 from testing since it is no longer supported (and we …
Browse files Browse the repository at this point in the history
…can't load Ruby correctly anyway), addin prelease version of Ruby 3.4
  • Loading branch information
cfis committed Dec 23, 2024
1 parent 05362b9 commit 93208a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby: ['3.0', '3.1', '3.2', '3.3']
ruby: ['3.1', '3.2', '3.3', '3.4.0-rc1'']
include:
- os: ubuntu-20.04
ruby: '3.1'
Expand Down

0 comments on commit 93208a1

Please sign in to comment.