We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030404d commit 5c8aec4Copy full SHA for 5c8aec4
.github/workflows/ruby.yml
@@ -28,6 +28,11 @@ jobs:
28
blacklight_version: "~> 8.0"
29
additional_engine_cart_rails_options: "-a propshaft -j esbuild"
30
additional_name: "Rails 7.2 / esbuild"
31
+ - rails_version: "~> 8.0"
32
+ ruby: "3.4"
33
+ blacklight_version: "9.0.0.beta1"
34
+ additional_engine_cart_rails_options: "-a propshaft -j importmap"
35
+ additional_name: "Blacklight 9 beta"
36
env:
37
RAILS_VERSION: ${{ matrix.rails_version }}
38
BLACKLIGHT_VERSION: ${{ matrix.blacklight_version }}
0 commit comments