1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

ubuntu-latest (20.04) fails to run AR 4.1 tests. Let's try ubuntu-18.04

https://github.com/kaminari/kaminari/runs/3263108802
This commit is contained in:
Akira Matsuda 2021-08-06 23:44:15 +09:00
parent fd35d3707a
commit eb757b0060

View file

@ -79,7 +79,7 @@ jobs:
- ruby_version: '2.1' - ruby_version: '2.1'
gemfile: gemfiles/active_record_42.gemfile gemfile: gemfiles/active_record_42.gemfile
db: sqlite3 db: sqlite3
runs-on: ubuntu-latest runs-on: ubuntu-18.04
env: env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }} BUNDLE_GEMFILE: ${{ matrix.gemfile }}
DB: ${{ matrix.db }} DB: ${{ matrix.db }}