Skip to content

Commit 5b8c966

Browse files
authored
Test on Rails 8.1.2 (#3801)
1 parent 5cb065e commit 5b8c966

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ALPINE_RUBY_VERSION=3.3
2-
RAILS_VERSION=7.2.1
2+
RAILS_VERSION=8.1.2
33
VIEW_COMPONENT_VERSION=3.14.0
44
SOLR_PORT=8983
55
SOLR_URL=http://solr:8983/solr/blacklight-core

.github/matrix.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ruby": ["3.4"],
3-
"rails_version": ["8.1.1"],
3+
"rails_version": ["8.1.2"],
44
"bootstrap_version": [null],
55
"bundler_version": ["2.7.2"],
66
"view_component_version": ["~> 4.0"],
@@ -10,13 +10,13 @@
1010
"include": [
1111
{
1212
"ruby": "4.0",
13-
"rails_version": "8.1.1",
13+
"rails_version": "8.1.2",
1414
"additional_engine_cart_rails_options": "--css=bootstrap",
1515
"additional_name": "| Ruby 4"
1616
},
1717
{
1818
"ruby": "3.4",
19-
"rails_version": "8.1.1",
19+
"rails_version": "8.1.2",
2020
"additional_engine_cart_rails_options": "--css=bootstrap --js=esbuild",
2121
"additional_name": "| esbuild"
2222
},

0 commit comments

Comments
 (0)