Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgi committed Oct 28, 2024
1 parent 3a6854d commit d377ca2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
- { ruby_version: '3.2', rails_gemfile: '7.2', postgres_version: '12' }
- { ruby_version: '3.2', rails_gemfile: '7.2', postgres_version: '13' }
- { ruby_version: '3.2', rails_gemfile: '7.2', postgres_version: '14' }
exclude: []
exclude: # Rails 7.2 is not compatible with Ruby < 3.1
- ruby_version: '2.7'
rails_gemfile: '7.2'
- ruby_version: '3.0'
rails_gemfile: '7.2'
name: "Test: Ruby ${{ matrix.ruby_version }}, Rails ${{ matrix.rails_gemfile }}, PostgreSQL ${{ matrix.postgres_version }}"
services:
db:
Expand Down

0 comments on commit d377ca2

Please sign in to comment.