Skip to content

Commit

Permalink
Merge pull request #64 from thecodecrate/fix-rspec-main
Browse files Browse the repository at this point in the history
💚 ci: adjust CI to only use Ruby 3 for gem 1.x
  • Loading branch information
loureirorg authored Aug 20, 2023
2 parents 59434f5 + 1f16daa commit b6912a4
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 @@ -4,19 +4,17 @@ on:
push:
branches:
- main
- v0
pull_request:
branches:
- main
- v0

jobs:
test:
runs-on: ubuntu-latest

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

steps:
- name: Checkout code
Expand Down

0 comments on commit b6912a4

Please sign in to comment.