Skip to content

Commit 2e58b9e

Browse files
authored
Merge pull request #3757 from projectblacklight/ci_on_rails_81_final
CI on Rails 8.1.0 now that it's out instead of 8.1.0.rc1
2 parents d27f25e + 3f1ca7c commit 2e58b9e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/matrix.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,12 @@
99
"include": [
1010
{
1111
"ruby": "3.4",
12-
"rails_version": "8.1.0.rc1",
12+
"rails_version": "8.1.0",
1313
"additional_engine_cart_rails_options": "--css=bootstrap"
1414
},
1515
{
1616
"ruby": "3.4",
17-
"rails_version": "8.1.0.rc1",
18-
"additional_engine_cart_rails_options": "--css=bootstrap",
19-
"view_component_version": "~> 3.0",
20-
"additional_name": "ViewComponent 3"
21-
},
22-
{
23-
"ruby": "3.4",
24-
"rails_version": "8.1.0.rc1",
17+
"rails_version": "8.1.0",
2518
"additional_engine_cart_rails_options": "--css=bootstrap --js=esbuild",
2619
"additional_name": "| esbuild"
2720
},

0 commit comments

Comments
 (0)