Skip to content

Commit

Permalink
Merge pull request #1462 from sul-dlss/test-ruby3.4
Browse files Browse the repository at this point in the history
Test on ruby 3.4
  • Loading branch information
thatbudakguy authored Jan 6, 2025
2 parents 0562e02 + c49b50e commit 879040a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches:
- main
Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.3']
ruby: ["3.3", "3.4"]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit 879040a

Please sign in to comment.