Skip to content

Commit

Permalink
Build rails 8 on ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Nov 15, 2024
1 parent ba9a6e6 commit a0d4056
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.7"]
gemfile:
- gemfiles/rails50_sprockets_3.gemfile
- gemfiles/rails51_sprockets_3.gemfile
- gemfiles/rails52_sprockets_3.gemfile
- gemfiles/rails70_sprockets_4.gemfile
- gemfiles/rails80_sprockets_4.gemfile
include:
- ruby: "2.7"
gemfile: gemfiles/rails50_sprockets_3.gemfile
- ruby: "2.7"
gemfile: gemfiles/rails51_sprockets_3.gemfile
- ruby: "2.7"
gemfile: gemfiles/rails52_sprockets_3.gemfile
- ruby: "2.7"
gemfile: gemfiles/rails70_sprockets_4.gemfile
- ruby: "3.3"
gemfile: gemfiles/rails80_sprockets_4.gemfile

env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down

0 comments on commit a0d4056

Please sign in to comment.