Skip to content

Commit

Permalink
one ruby to rule them all
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseytruong committed Nov 26, 2024
1 parent 22d7311 commit 05b3903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.3', '3.4.0-preview2']
ruby: '3.3'

steps:
- uses: actions/checkout@master
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.3', '3.4.0-preview2']
ruby: '3.3'

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

0 comments on commit 05b3903

Please sign in to comment.