Skip to content

Commit

Permalink
Only test with Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Dec 18, 2024
1 parent d12c2d8 commit f9f6c19
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,19 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.2
- ruby: 3.3
gemfile: gemfiles/activerecord71.gemfile
postgres: 16
- ruby: 3.1
gemfile: Gemfile
- ruby: 3.3
gemfile: gemfiles/activerecord71.gemfile
postgres: 15
- ruby: "3.0"
gemfile: gemfiles/activerecord61.gemfile
postgres: 12
- ruby: 2.7
gemfile: gemfiles/activerecord60.gemfile
postgres: 10
- ruby: 3.3
gemfile: gemfiles/activerecord71.gemfile
postgres: 14
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit f9f6c19

Please sign in to comment.