Skip to content

Commit

Permalink
Test on view_component 3 by default
Browse files Browse the repository at this point in the history
It was previously setup to test a release candidate of 3, but version 3 has now been out for more than a year, so we can use 3 by default and test v2 as a single test
  • Loading branch information
jcoyne committed Jun 4, 2024
1 parent 93be335 commit cf756e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ALPINE_RUBY_VERSION=3.0.3
RAILS_VERSION=6.1.4.6
VIEW_COMPONENT_VERSION=2.66.0
VIEW_COMPONENT_VERSION=3.12.1
SOLR_PORT=8983
SOLR_URL=http://solr:8983/solr/blacklight-core
SOLR_VERSION=latest
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ruby: ['3.0']
rails_version: ['6.1.7', '7.0.4']
bootstrap_version: [null]
view_component_version: ['~> 2.66']
view_component_version: ['~> 3.12']
api: [null]
additional_engine_cart_rails_options: ['']
additional_name: ['']
Expand All @@ -59,8 +59,8 @@ jobs:
rails_version: '7.0.4'
- ruby: '3.1'
rails_version: '7.0.4'
view_component_version: '~> 3.0.0.rc1'
additional_name: '/ ViewComponent 3'
view_component_version: '~> 2.66
additional_name: '/ ViewComponent 2'
- ruby: '3.1'
rails_version: '7.0.4'
additional_name: '/ Propshaft'
Expand Down

0 comments on commit cf756e1

Please sign in to comment.