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 7c9555a commit b9eedf1Copy full SHA for b9eedf1
1 file changed
.github/workflows/ci.yml
@@ -22,11 +22,11 @@ jobs:
22
- ruby: '3.0'
23
activerecord: '8.0'
24
25
- activerecord: '8.1'
+ activerecord: 8.1
26
- ruby: 3.1
27
- activerecord: '8.0'
+ activerecord: 8.0
28
29
30
- ruby: 3.4
31
activerecord: 6.1
32
@@ -46,7 +46,7 @@ jobs:
46
uses: ruby/setup-ruby@v1
47
with:
48
ruby-version: ${{ matrix.ruby }}
49
- bundler-cache: true
+ # bundler-cache: true
50
- name: Install dependencies
51
env:
52
ACTIVE_RECORD_VERSION: ~> ${{ matrix.activerecord }}.0
0 commit comments