Skip to content

Commit

Permalink
run ci with ruby 3, too
Browse files Browse the repository at this point in the history
  • Loading branch information
doits committed Jul 30, 2021
1 parent 73c9afd commit 2d24acb
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.0'
- '2.7'
- '2.6'
database:
Expand All @@ -45,6 +46,10 @@ jobs:
experimental: [false]
feature: ['unit']
include:
- ruby: '3.0'
feature: 'unit'
orm:
experimental: false
- ruby: '2.7'
feature: 'unit'
orm:
Expand All @@ -57,6 +62,40 @@ jobs:
feature: 'unit'
orm:
experimental: false
- ruby: '3.0'
feature: 'rails'
orm:
name: 'active_record'
version: '6.1'
database: 'sqlite3'
experimental: false
- ruby: '3.0'
feature: 'performance'
experimental: false
- ruby: '3.0'
feature: 'i18n_fallbacks'
experimental: false
- ruby: '3.0'
database: 'sqlite3'
feature: 'unit'
orm:
name: 'active_record'
version: '7.0'
experimental: true
- ruby: '3.0'
database: 'mysql'
feature: 'unit'
orm:
name: 'active_record'
version: '7.0'
experimental: true
- ruby: '3.0'
database: 'postgres'
feature: 'unit'
orm:
name: 'active_record'
version: '7.0'
experimental: true
- ruby: '2.7'
feature: 'rails'
orm:
Expand Down Expand Up @@ -96,6 +135,22 @@ jobs:
orm:
name: 'active_record'
version: '4.2'
- ruby: '3.0'
orm:
name: 'active_record'
version: '4.2'
- ruby: '3.0'
orm:
name: 'active_record'
version: '5.0'
- ruby: '3.0'
orm:
name: 'active_record'
version: '5.1'
- ruby: '3.0'
orm:
name: 'active_record'
version: '5.2'
env:
DB: ${{ matrix.database }}
BUNDLE_JOBS: 4
Expand Down

0 comments on commit 2d24acb

Please sign in to comment.