Skip to content

Commit

Permalink
Test on ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 6, 2025
1 parent 0562e02 commit c49b50e
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 c49b50e

Please sign in to comment.