Skip to content

Commit

Permalink
CI with Rails 8.0.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Nov 12, 2024
1 parent 8136d03 commit 45c22e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ jobs:
# BLACKLIGHT EDGE, can test with Rails 8 beta, importmap and esbuild
#

- rails_version: "8.0.0.rc2"
- rails_version: "~> 8.0.0"
blacklight_version: '{ "git": "https://github.com/projectblacklight/blacklight.git" }'
ruby: "3.3"
additional_name: "/ importmap-rails"
additional_engine_cart_rails_options: "--css=bootstrap"
- rails_version: "8.0.0.rc2"
- rails_version: "~> 8.0.0"
blacklight_version: '{ "git": "https://github.com/projectblacklight/blacklight.git" }'
ruby: "3.3"
additional_name: "/ esbuild"
additional_engine_cart_rails_options: "--css=bootstrap --javascript=esbuild"



# BLACKLIGHT 8, can use importmaps. Ideally would test with esbuild(etc) too, should
# work.
# BLACKLIGHT 8, can test with use importmaps and esbuild
#

- rails_version: "7.2.1"
blacklight_version: "~> 8.0"
Expand Down

0 comments on commit 45c22e0

Please sign in to comment.