Skip to content

Commit

Permalink
test less combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-nef committed Aug 21, 2024
1 parent 8d8ad57 commit f63bbcb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.7", "3.0", "3.4", "3.4"]
rails-version: ["7.0.8", "7.1.3.4", "7.2.0", "7.2.0"]
activerecord-version: ["7.0.8", "7.1.3.4", "7.2.0", "7.2.0"]
ruby-version: ["3.0", "3.1", "3.4"]
rails-version: ["7.0.8", "7.1.3.4", "7.2.0"]
runs-on: ubuntu-latest
services:
postgres:
Expand All @@ -45,7 +44,7 @@ jobs:
env:
DATABASE_URL: postgres://postgres:safer_migrations@localhost/safer_migrations_test
DATABASE_DEPENDENCY_PORT: "5432"
ACTIVERECORD_VERSION: "${{ matrix.activerecord-version }}"
ACTIVERECORD_VERSION: "${{ matrix.rails-version }}"
RAILS_VERSION: "${{ matrix.rails-version }}"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f63bbcb

Please sign in to comment.