Skip to content

Commit

Permalink
Merge pull request #65 from thecodecrate/fix-rspec-v0
Browse files Browse the repository at this point in the history
💚 ci: adjust CI to only use Ruby 2 for gem v0.x
  • Loading branch information
loureirorg authored Aug 20, 2023
2 parents a25e8b4 + 4e14ca7 commit 855fa2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: RSpec Tests
on:
push:
branches:
- main
- v0
pull_request:
branches:
- main
- v0

jobs:
Expand All @@ -16,7 +14,7 @@ jobs:

strategy:
matrix:
ruby: ['2.6', '3.0']
ruby: ['2.6']

steps:
- name: Checkout code
Expand Down

0 comments on commit 855fa2e

Please sign in to comment.