Skip to content

Commit

Permalink
Test with esbuild/propshaft including both Rails 7.2 and 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Oct 15, 2024
1 parent 86f982f commit 42102a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
runs-on: ubuntu-latest
name: test (ruby ${{ matrix.ruby }} / rails ${{ matrix.rails_version }} ${{ matrix.additional_name }})
strategy:
fail-fast: false
matrix:
ruby: ["3.3"]
rails_version: ["7.0.8.4", "7.1.3.4", "7.2.0"]
Expand All @@ -46,6 +47,10 @@ jobs:
- ruby: "3.3"
rails_version: "8.0.0.beta1"
additional_engine_cart_rails_options: --css=bootstrap
- ruby: "3.3"
rails_version: "8.0.0.beta1"
additional_engine_cart_rails_options: --css=bootstrap --js=esbuild
additional_name: "/ esbuild"
- ruby: "3.2"
rails_version: "7.0.8.4"
- ruby: "3.2"
Expand All @@ -63,6 +68,10 @@ jobs:
api: "true"
additional_engine_cart_rails_options: --api --skip-yarn
additional_name: "/ API"
- ruby: "3.3"
rails_version: "7.2.1"
additional_engine_cart_rails_options: -a propshaft --css=bootstrap --js=esbuild
additional_name: "/ Propshaft, esbuild"
env:
RSPEC_SEED: 8697 # known working seed for rails 8 heisenbug
RAILS_VERSION: ${{ matrix.rails_version }}
Expand Down

0 comments on commit 42102a6

Please sign in to comment.