Skip to content

Commit

Permalink
bump version, add 7.1.1 to the regular build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 30, 2023
1 parent 4d19e68 commit e3f6c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rails: [7.0.8, 6.1.7]
rails: [7.1.1 7.0.8, 6.1.7]
ruby: [3.2, 3.1, 3.0.6, jruby-9.4]
sprockets: [3, 4]
include:
Expand Down
2 changes: 1 addition & 1 deletion lib/haml_coffee_assets/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: UTF-8

module HamlCoffeeAssets
VERSION = '1.23.0' unless defined?(HamlCoffeeAssets::VERSION)
VERSION = '1.24.0' unless defined?(HamlCoffeeAssets::VERSION)
end

0 comments on commit e3f6c12

Please sign in to comment.