Skip to content

Commit bfeaee9

Browse files
authored
Merge pull request #65 from blocknotes/test/replace-appraisal
Test: replace Appraisal
2 parents f721a4b + bc6ec09 commit bfeaee9

71 files changed

Lines changed: 66 additions & 11304 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/linters.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ jobs:
1212
name: Reviewdog
1313
runs-on: ubuntu-latest
1414

15+
strategy:
16+
matrix:
17+
ruby: ['3.0']
18+
1519
env:
16-
RUBY_VERSION: '3.0'
20+
RUBY_VERSION: ${{ matrix.ruby }}
1721

1822
steps:
1923
- name: Install dependencies
@@ -25,7 +29,7 @@ jobs:
2529
- name: Set up Ruby
2630
uses: ruby/setup-ruby@v1
2731
with:
28-
ruby-version: '3.0'
32+
ruby-version: ${{ matrix.ruby }}
2933
bundler-cache: true
3034

3135
- name: Set up Reviewdog
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs MSSQL Ruby 3.0
2+
name: Specs MSSQL Rails 6.1
33

44
on:
55
pull_request:
@@ -14,14 +14,13 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby: ['3.0']
17-
gemfile: ['mssql_ruby30_rails61', 'mssql_ruby30_rails70']
1817

1918
env:
20-
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2119
DB_TEST: mssql
2220
MSSQL_DB_HOST: 127.0.0.1
2321
MSSQL_DB_USERNAME: sa
2422
MSSQL_DB_PASSWORD: Pa%%w0rd
23+
RAILS_VERSION: 6.1.0
2524

2625
services:
2726
postgres:
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs MSSQL Ruby 3.4
2+
name: Specs MSSQL Rails 7.2
33

44
on:
55
pull_request:
@@ -13,15 +13,14 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.4']
17-
gemfile: ['mssql_ruby34_rails80']
16+
ruby: ['3.2', '3.4']
1817

1918
env:
20-
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2119
DB_TEST: mssql
2220
MSSQL_DB_HOST: 127.0.0.1
2321
MSSQL_DB_USERNAME: sa
2422
MSSQL_DB_PASSWORD: Pa%%w0rd
23+
RAILS_VERSION: 7.2.0
2524

2625
services:
2726
postgres:
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs MSSQL Ruby 3.2
2+
name: Specs MSSQL Rails 8.0
33

44
on:
55
pull_request:
@@ -13,15 +13,14 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.2']
17-
gemfile: ['mssql_ruby32_rails61', 'mssql_ruby32_rails70', 'mssql_ruby32_rails80']
16+
ruby: ['3.2', '3.4']
1817

1918
env:
20-
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2119
DB_TEST: mssql
2220
MSSQL_DB_HOST: 127.0.0.1
2321
MSSQL_DB_USERNAME: sa
2422
MSSQL_DB_PASSWORD: Pa%%w0rd
23+
RAILS_VERSION: 8.0.0
2524

2625
services:
2726
postgres:
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs MySQL Ruby 3.0
2+
name: Specs MySQL Rails 6.1
33

44
on:
55
pull_request:
@@ -14,14 +14,13 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby: ['3.0']
17-
gemfile: ['mysql_ruby30_rails61', 'mysql_ruby30_rails71']
1817

1918
env:
20-
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2119
DB_TEST: mysql
2220
MYSQL_DB_HOST: 127.0.0.1
2321
MYSQL_DB_USERNAME: root
2422
MYSQL_DB_PASSWORD: root
23+
RAILS_VERSION: 6.1.0
2524

2625
services:
2726
mysql:
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs MySQL Ruby 3.4
2+
name: Specs MySQL Rails 7.2
33

44
on:
55
pull_request:
@@ -13,15 +13,14 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.4']
17-
gemfile: ['mysql_ruby34_rails72', 'mysql_ruby34_rails80']
16+
ruby: ['3.2', '3.4']
1817

1918
env:
20-
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2119
DB_TEST: mysql
2220
MYSQL_DB_HOST: 127.0.0.1
2321
MYSQL_DB_USERNAME: root
2422
MYSQL_DB_PASSWORD: root
23+
RAILS_VERSION: 7.2.0
2524

2625
services:
2726
mysql:
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs MySQL Ruby 3.2
2+
name: Specs MySQL Rails 8.0
33

44
on:
55
pull_request:
@@ -13,15 +13,14 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.2']
17-
gemfile: ['mysql_ruby32_rails61', 'mysql_ruby32_rails71', 'mysql_ruby32_rails72', 'mysql_ruby32_rails80']
16+
ruby: ['3.2', '3.4']
1817

1918
env:
20-
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2119
DB_TEST: mysql
2220
MYSQL_DB_HOST: 127.0.0.1
2321
MYSQL_DB_USERNAME: root
2422
MYSQL_DB_PASSWORD: root
23+
RAILS_VERSION: 8.0.0
2524

2625
services:
2726
mysql:

.github/workflows/specs_postgres_ruby30.yml renamed to .github/workflows/specs_postgres_rails61.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs Postgres Ruby 3.0
2+
name: Specs Postgres Rails 6.1
33

44
on:
55
pull_request:
@@ -14,14 +14,13 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby: ['3.0']
17-
gemfile: ['postgres_ruby30_rails61', 'postgres_ruby30_rails71']
1817

1918
env:
20-
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2119
DB_TEST: postgres
2220
PG_DB_HOST: 127.0.0.1
2321
PG_DB_USERNAME: postgres
2422
PG_DB_PASSWORD: postgres
23+
RAILS_VERSION: 6.1.0
2524

2625
services:
2726
postgres:

.github/workflows/specs_postgres_ruby34.yml renamed to .github/workflows/specs_postgres_rails72.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs Postgres Ruby 3.4
2+
name: Specs Postgres Rails 7.2
33

44
on:
55
pull_request:
@@ -13,15 +13,14 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.4']
17-
gemfile: ['postgres_ruby34_rails72', 'postgres_ruby34_rails80']
16+
ruby: ['3.2', '3.3', '3.4']
1817

1918
env:
20-
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2119
DB_TEST: postgres
2220
PG_DB_HOST: 127.0.0.1
2321
PG_DB_USERNAME: postgres
2422
PG_DB_PASSWORD: postgres
23+
RAILS_VERSION: 7.2.0
2524

2625
services:
2726
postgres:

.github/workflows/specs_postgres_ruby32.yml renamed to .github/workflows/specs_postgres_rails80.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs Postgres Ruby 3.2
2+
name: Specs Postgres Rails 8.0
33

44
on:
55
pull_request:
@@ -13,15 +13,14 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.2']
17-
gemfile: ['postgres_ruby32_rails61', 'postgres_ruby32_rails71', 'postgres_ruby32_rails72', 'postgres_ruby32_rails80']
16+
ruby: ['3.2', '3.4']
1817

1918
env:
20-
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2119
DB_TEST: postgres
2220
PG_DB_HOST: 127.0.0.1
2321
PG_DB_USERNAME: postgres
2422
PG_DB_PASSWORD: postgres
23+
RAILS_VERSION: 8.0.0
2524

2625
services:
2726
postgres:

0 commit comments

Comments
 (0)