Skip to content

Commit

Permalink
chore: Add [email protected] test
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 committed Apr 23, 2024
1 parent 7d7f29b commit c837507
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", 3.1, 3.2]
ruby: ["3.0", 3.1, 3.2, 3,3]
gemfile: ["6.1", "7.0", "main"]
exclude:
- ruby: "3.0"
gemfile: "main"
- ruby: "3.1"
gemfile: "6.1"
- ruby: "3.2"
gemfile: "6.1"
- ruby: "3.0"
gemfile: "main"
- ruby: "3.3"
gemfile: "6.1"
steps:
- name: Install packages
run: |
Expand Down

0 comments on commit c837507

Please sign in to comment.