Skip to content

Commit

Permalink
Fixing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sofianegargouri committed Sep 13, 2024
1 parent 8d14646 commit 0faff2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
ruby:
- "3.2"
- "3.1"
- "3.0"
- "2.7"
- "2.6"
- "2.5"

steps:
- uses: actions/checkout@v3
Expand All @@ -31,5 +27,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- name: Run the default task
run: bundle exec rake

0 comments on commit 0faff2c

Please sign in to comment.