Skip to content

Commit

Permalink
Ruby versinos
Browse files Browse the repository at this point in the history
  • Loading branch information
zealot128 committed Nov 27, 2024
1 parent 5de30dd commit 78d7e24
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
@@ -1,4 +1,4 @@
# This workflow uses actions that are not certified by GitHub.
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2.2']
ruby-version: ['3.2.2', '3.3', head]

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

0 comments on commit 78d7e24

Please sign in to comment.