Skip to content

Commit

Permalink
drop ruby 2.6 and add ruby 3.3 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDKelley committed Feb 22, 2024
1 parent 4fc1d06 commit 0f600f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Expand Up @@ -15,11 +15,11 @@ jobs:
- macos

ruby:
- 2.6
- 2.7
- "3.0" # quotes ensure this isn't misinterpreted as Integer 3: https://github.com/actions/runner/issues/849
- 3.1
- 3.2
- 3.3

experimental: [false]
env: [""]
Expand Down

0 comments on commit 0f600f3

Please sign in to comment.