Skip to content

Commit

Permalink
Merge pull request #163 from brettchalupa/ruby-3.4
Browse files Browse the repository at this point in the history
Update Ruby 3.4 build to not use preview
  • Loading branch information
brettchalupa authored Feb 10, 2025
2 parents 482f9cd + e7aae4f commit 2b9ce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
ruby-version: [3.4.0-preview2, 3.3, 3.2, 3.1]
ruby-version: [3.4, 3.3, 3.2, 3.1]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2b9ce35

Please sign in to comment.