Skip to content

Commit

Permalink
Merge pull request #246 from simplybusiness/support-ruby-3-4
Browse files Browse the repository at this point in the history
Run tests on Ruby 3.4
  • Loading branch information
addersuk authored Jan 28, 2025
2 parents 23f85ce + d106d47 commit 2a29ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.1", "3.2", "3.3"]

ruby-version: ["3.1", "3.2", "3.3", "3.4"]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.2
3.4.1

0 comments on commit 2a29ee7

Please sign in to comment.