Skip to content

Commit

Permalink
Stop testing on ruby 3.3
Browse files Browse the repository at this point in the history
We've deployed on Ruby 3.4
  • Loading branch information
jcoyne authored Jan 9, 2025
1 parent db9ad50 commit c80ad83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.3", "3.4"]
ruby: ["3.4"]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit c80ad83

Please sign in to comment.