Skip to content

Commit

Permalink
cheburek
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Nov 25, 2024
1 parent d3e4f8e commit 12ffd0b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ jobs:
strategy:
fail-fast: false
matrix:
- ruby_version: '3.1'
ruby31:
ruby_version: '3.1'
env: gemfiles/ruby31.gemfile
- ruby_version: '3.2'
ruby32:
ruby_version: '3.2'
env: gemfiles/ruby32.gemfile
- ruby_version: '3.3'
ruby33:
ruby_version: '3.3'
env: gemfiles/ruby33.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.env }}
Expand Down

0 comments on commit 12ffd0b

Please sign in to comment.