Skip to content

Commit

Permalink
Change ruby matrix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
adam12 committed May 2, 2024
1 parent 8efbe42 commit 8ebd63f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
ruby:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
gemfile:
- gemfiles/rack-2.rb
- gemfiles/rack-3.rb
Expand Down

0 comments on commit 8ebd63f

Please sign in to comment.