Skip to content

Commit

Permalink
update to use github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltz committed Sep 24, 2023
1 parent 7fd2d01 commit 5e88078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ruby-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6.10', '2.7.8', '3.0.6', '3.1.4', '3.2.2']
ruby-version: ['2.6.10', '2.7.8', '3.0.6']
# ruby-version: ['2.6.10', '2.7.8', '3.0.6', '3.1.4', '3.2.2']
gemfile: ['Gemfile']

steps:
Expand Down

0 comments on commit 5e88078

Please sign in to comment.