Skip to content

Commit b9eedf1

Browse files
committed
More trying to make CI pass
1 parent 7c9555a commit b9eedf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- ruby: '3.0'
2323
activerecord: '8.0'
2424
- ruby: '3.0'
25-
activerecord: '8.1'
25+
activerecord: 8.1
2626
- ruby: 3.1
27-
activerecord: '8.0'
27+
activerecord: 8.0
2828
- ruby: 3.1
29-
activerecord: '8.1'
29+
activerecord: 8.1
3030
- ruby: 3.4
3131
activerecord: 6.1
3232
- ruby: 3.4
@@ -46,7 +46,7 @@ jobs:
4646
uses: ruby/setup-ruby@v1
4747
with:
4848
ruby-version: ${{ matrix.ruby }}
49-
bundler-cache: true
49+
# bundler-cache: true
5050
- name: Install dependencies
5151
env:
5252
ACTIVE_RECORD_VERSION: ~> ${{ matrix.activerecord }}.0

0 commit comments

Comments
 (0)