|
7 | 7 | fail-fast: false |
8 | 8 | matrix: |
9 | 9 | include: |
10 | | - - ruby: 3.2.0-preview2 |
11 | | - gemfile: gemfiles/activerecord71.gemfile |
12 | | - - ruby: 3.1 |
13 | | - gemfile: Gemfile |
14 | | - - ruby: "3.0" |
15 | | - gemfile: gemfiles/activerecord61.gemfile |
16 | | - - ruby: 2.7 |
17 | | - gemfile: gemfiles/activerecord60.gemfile |
18 | | - - ruby: 2.6 |
19 | | - gemfile: gemfiles/activerecord52.gemfile |
| 10 | + - ruby: 3.2 |
| 11 | + gemfile: gemfiles/activerecord71.gemfile |
| 12 | + - ruby: 3.1 |
| 13 | + gemfile: Gemfile |
| 14 | + - ruby: "3.0" |
| 15 | + gemfile: gemfiles/activerecord61.gemfile |
| 16 | + - ruby: 2.7 |
| 17 | + gemfile: gemfiles/activerecord60.gemfile |
| 18 | + - ruby: 2.6 |
| 19 | + gemfile: gemfiles/activerecord52.gemfile |
20 | 20 | env: |
21 | 21 | BUNDLE_GEMFILE: ${{ matrix.gemfile }} |
22 | 22 | steps: |
23 | | - - uses: actions/checkout@v3 |
24 | | - - uses: ruby/setup-ruby@v1 |
25 | | - with: |
26 | | - ruby-version: ${{ matrix.ruby }} |
27 | | - bundler-cache: true |
| 23 | + - uses: actions/checkout@v3 |
| 24 | + - uses: ruby/setup-ruby@v1 |
| 25 | + with: |
| 26 | + ruby-version: ${{ matrix.ruby }} |
| 27 | + bundler-cache: true |
28 | 28 |
|
29 | | - - uses: ankane/setup-postgres@v1 |
30 | | - with: |
31 | | - database: strong_migrations_test |
32 | | - - run: bundle exec rake test |
| 29 | + - uses: ankane/setup-postgres@v1 |
| 30 | + with: |
| 31 | + database: strong_migrations_test |
| 32 | + - run: bundle exec rake test |
33 | 33 |
|
34 | | - - uses: ankane/setup-mysql@v1 |
35 | | - with: |
36 | | - database: strong_migrations_test |
37 | | - - run: ADAPTER=mysql2 bundle exec rake test |
| 34 | + - uses: ankane/setup-mysql@v1 |
| 35 | + with: |
| 36 | + database: strong_migrations_test |
| 37 | + - run: ADAPTER=mysql2 bundle exec rake test |
38 | 38 |
|
39 | | - - uses: ankane/setup-mariadb@v1 |
40 | | - with: |
41 | | - database: strong_migrations_test |
42 | | - - run: ADAPTER=mysql2 bundle exec rake test |
| 39 | + - uses: ankane/setup-mariadb@v1 |
| 40 | + with: |
| 41 | + database: strong_migrations_test |
| 42 | + - run: ADAPTER=mysql2 bundle exec rake test |
0 commit comments