We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951a728 commit dd79e4eCopy full SHA for dd79e4e
.github/workflows/test.yml
@@ -26,13 +26,16 @@ jobs:
26
- '7_1'
27
- '7_2'
28
- '8_0'
29
+ - '8_1'
30
- 'latest'
31
mysql-version:
32
- '8.0'
33
exclude:
34
# Exclude conditions that don't meat the minimal requirement
35
- ruby-version: '3.1'
36
activerecord-version: '8_0'
37
+ - ruby-version: '3.1'
38
+ activerecord-version: '8_1'
39
40
# Exclude duplicate conditions
41
gemfiles/activerecord_8_1.gemfile
@@ -0,0 +1,2 @@
1
+eval_gemfile("../Gemfile")
2
+gem "activerecord", "~> 8.1.0"
0 commit comments