Skip to content

Commit

Permalink
full build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhefner committed Dec 4, 2023
1 parent 6871120 commit 153f02f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ jobs:
fail-fast: false
matrix:
ruby-version:
# - "2.7"
- "2.7"
- "3.0"
# - "3.1"
# - "3.2"
- "3.1"
- "3.2"
gemfile:
- Gemfile
# - gemfiles/rails_7_0_propshaft.gemfile
# - gemfiles/rails_7_1_propshaft.gemfile
# - gemfiles/rails_main_propshaft.gemfile
- gemfiles/rails_7_0_propshaft.gemfile
- gemfiles/rails_7_1_propshaft.gemfile
- gemfiles/rails_main_propshaft.gemfile
- gemfiles/rails_7_0_sprockets.gemfile
- gemfiles/rails_7_1_sprockets.gemfile
# - gemfiles/rails_main_sprockets.gemfile
- gemfiles/rails_main_sprockets.gemfile
continue-on-error: [ false ]

name: ${{ format('Tests (Ruby {0}, {1})', matrix.ruby-version, matrix.gemfile) }}
Expand Down

0 comments on commit 153f02f

Please sign in to comment.