Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/specs_mssql_rails61.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ jobs:
env:
DB_TEST: mssql
RAILS_VERSION: 6.1
RUBY_VERSION: ${{ matrix.ruby }}

services:
mssql:
image: mcr.microsoft.com/mssql/server:2022-latest
env:
ACCEPT_EULA: 'Y'
SA_PASSWORD: Pa%%w0rd
options: >-
--health-cmd "/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P 'Pa%%w0rd' -C -Q 'SELECT 1' || /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Pa%%w0rd' -Q 'SELECT 1'"
--health-interval 10s
--health-timeout 5s
--health-retries 10
ports:
- 1433:1433

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/specs_mssql_rails72.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ jobs:
env:
DB_TEST: mssql
RAILS_VERSION: 7.2
RUBY_VERSION: ${{ matrix.ruby }}

services:
mssql:
image: mcr.microsoft.com/mssql/server:2022-latest
env:
ACCEPT_EULA: 'Y'
SA_PASSWORD: Pa%%w0rd
options: >-
--health-cmd "/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P 'Pa%%w0rd' -C -Q 'SELECT 1' || /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Pa%%w0rd' -Q 'SELECT 1'"
--health-interval 10s
--health-timeout 5s
--health-retries 10
ports:
- 1433:1433

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/specs_mssql_rails80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ jobs:
env:
DB_TEST: mssql
RAILS_VERSION: 8.0
RUBY_VERSION: ${{ matrix.ruby }}

services:
mssql:
image: mcr.microsoft.com/mssql/server:2022-latest
env:
ACCEPT_EULA: 'Y'
SA_PASSWORD: Pa%%w0rd
options: >-
--health-cmd "/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P 'Pa%%w0rd' -C -Q 'SELECT 1' || /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Pa%%w0rd' -Q 'SELECT 1'"
--health-interval 10s
--health-timeout 5s
--health-retries 10
ports:
- 1433:1433

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/specs_mssql_rails81.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ jobs:
env:
DB_TEST: mssql
RAILS_VERSION: 8.1
RUBY_VERSION: ${{ matrix.ruby }}

services:
mssql:
image: mcr.microsoft.com/mssql/server:2022-latest
env:
ACCEPT_EULA: 'Y'
SA_PASSWORD: Pa%%w0rd
options: >-
--health-cmd "/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P 'Pa%%w0rd' -C -Q 'SELECT 1' || /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Pa%%w0rd' -Q 'SELECT 1'"
--health-interval 10s
--health-timeout 5s
--health-retries 10
ports:
- 1433:1433

Expand Down
17 changes: 2 additions & 15 deletions .github/workflows/specs_mysql_rails61.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,11 @@ jobs:
env:
DB_TEST: mysql
RAILS_VERSION: 6.1

services:
mysql:
image: mysql
env:
MYSQL_USER: root
MYSQL_PASSWORD: root
# options: >-
# --health-cmd="mysqladmin ping"
# --health-interval 10s
# --health-timeout 5s
# --health-retries 5
ports:
- 3306:3306
RUBY_VERSION: ${{ matrix.ruby }}

steps:
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -yqq freetds-dev freetds-bin libvips-dev
run: sudo apt-get update -qq && sudo apt-get install -yqq libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
17 changes: 2 additions & 15 deletions .github/workflows/specs_mysql_rails72.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,11 @@ jobs:
env:
DB_TEST: mysql
RAILS_VERSION: 7.2

services:
mysql:
image: mysql
env:
MYSQL_USER: root
MYSQL_PASSWORD: root
# options: >-
# --health-cmd="mysqladmin ping"
# --health-interval 10s
# --health-timeout 5s
# --health-retries 5
ports:
- 3306:3306
RUBY_VERSION: ${{ matrix.ruby }}

steps:
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -yqq freetds-dev freetds-bin libvips-dev
run: sudo apt-get update -qq && sudo apt-get install -yqq libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
17 changes: 2 additions & 15 deletions .github/workflows/specs_mysql_rails80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,11 @@ jobs:
env:
DB_TEST: mysql
RAILS_VERSION: 8.0

services:
mysql:
image: mysql
env:
MYSQL_USER: root
MYSQL_PASSWORD: root
# options: >-
# --health-cmd="mysqladmin ping"
# --health-interval 10s
# --health-timeout 5s
# --health-retries 5
ports:
- 3306:3306
RUBY_VERSION: ${{ matrix.ruby }}

steps:
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -yqq freetds-dev freetds-bin libvips-dev
run: sudo apt-get update -qq && sudo apt-get install -yqq libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
17 changes: 2 additions & 15 deletions .github/workflows/specs_mysql_rails81.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,11 @@ jobs:
env:
DB_TEST: mysql
RAILS_VERSION: 8.1

services:
mysql:
image: mysql
env:
MYSQL_USER: root
MYSQL_PASSWORD: root
# options: >-
# --health-cmd="mysqladmin ping"
# --health-interval 10s
# --health-timeout 5s
# --health-retries 5
ports:
- 3306:3306
RUBY_VERSION: ${{ matrix.ruby }}

steps:
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -yqq freetds-dev freetds-bin libvips-dev
run: sudo apt-get update -qq && sudo apt-get install -yqq libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/specs_postgres_rails61.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
env:
DB_TEST: postgres
RAILS_VERSION: 6.1
RUBY_VERSION: ${{ matrix.ruby }}

services:
postgres:
Expand All @@ -35,7 +36,7 @@ jobs:

steps:
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -yqq freetds-dev freetds-bin libvips-dev
run: sudo apt-get update -qq && sudo apt-get install -yqq libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/specs_postgres_rails72.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
env:
DB_TEST: postgres
RAILS_VERSION: 7.2
RUBY_VERSION: ${{ matrix.ruby }}

services:
postgres:
Expand All @@ -35,7 +36,7 @@ jobs:

steps:
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -yqq freetds-dev freetds-bin libvips-dev
run: sudo apt-get update -qq && sudo apt-get install -yqq libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/specs_postgres_rails80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
env:
DB_TEST: postgres
RAILS_VERSION: 8.0
RUBY_VERSION: ${{ matrix.ruby }}

services:
postgres:
Expand All @@ -35,7 +36,7 @@ jobs:

steps:
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -yqq freetds-dev freetds-bin libvips-dev
run: sudo apt-get update -qq && sudo apt-get install -yqq libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/specs_postgres_rails81.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
env:
DB_TEST: postgres
RAILS_VERSION: 8.1
RUBY_VERSION: ${{ matrix.ruby }}

services:
postgres:
Expand All @@ -35,7 +36,7 @@ jobs:

steps:
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -yqq freetds-dev freetds-bin libvips-dev
run: sudo apt-get update -qq && sudo apt-get install -yqq libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/specs_sqlite_rails72.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
env:
DB_TEST: sqlite
RAILS_VERSION: 7.2
RUBY_VERSION: ${{ matrix.ruby }}

steps:
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -yqq freetds-dev freetds-bin libvips-dev
run: sudo apt-get update -qq && sudo apt-get install -yqq libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/specs_sqlite_rails80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
env:
DB_TEST: sqlite
RAILS_VERSION: 8.0
RUBY_VERSION: ${{ matrix.ruby }}

steps:
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -yqq freetds-dev freetds-bin libvips-dev
run: sudo apt-get update -qq && sudo apt-get install -yqq libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/specs_sqlite_rails81.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
env:
DB_TEST: sqlite
RAILS_VERSION: 8.1
RUBY_VERSION: ${{ matrix.ruby }}

steps:
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -yqq freetds-dev freetds-bin libvips-dev
run: sudo apt-get update -qq && sudo apt-get install -yqq libvips-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
Loading