Skip to content

Commit

Permalink
Merge pull request #1203 from sul-dlss/stop-testing32
Browse files Browse the repository at this point in the history
Stop testing on Ruby 3.2. We deploy on 3.3
  • Loading branch information
cbeer authored Jul 2, 2024
2 parents a423a4f + 1468c66 commit 8683334
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.2", "3.3"]
ruby: ["3.3"]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit 8683334

Please sign in to comment.