Skip to content

Commit

Permalink
Merge pull request #196 from lautis/ci-ruby-versions
Browse files Browse the repository at this point in the history
Update build matrix
  • Loading branch information
lautis authored Sep 22, 2024
2 parents 0947f7c + 030a33e commit 81fbc31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
matrix:
gemfile: [Gemfile]
ruby:
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- jruby
- truffleruby
include:
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/alaska
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gemspec :path=> "../"
gem "alaska", github: "mavenlink/alaska"
gem "alaska"

0 comments on commit 81fbc31

Please sign in to comment.