Skip to content

Commit 13444c3

Browse files
committed
Test with Ruby 3.2 on CI
1 parent 4a22176 commit 13444c3

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/build.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,36 @@ jobs:
77
fail-fast: false
88
matrix:
99
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
2020
env:
2121
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
2222
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
2828

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
3333

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
3838

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

Comments
 (0)