Skip to content

Commit

Permalink
Update the testing matrix (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgebhardt authored Jan 26, 2024
1 parent ae9017b commit c529c23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .docker/ruby_versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.7.7
3.0.5
3.1.3
3.2.1
3.0.6
3.1.4
3.2.3
3.3.0
15 changes: 4 additions & 11 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,21 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
rails:
- '7.1'
- '7.0'
- '6.1'
- '6.0'
database_url:
- sqlite3:test_db
- postgresql://postgres:password@localhost:5432/test
- mysql2://root:[email protected]:3306/test
exclude:
- ruby: '3.2'
rails: '6.0'
- ruby: '3.1'
rails: '6.0'
- ruby: '3.1'
rails: '5.1'
- ruby: '3.0'
rails: '6.0'
# exclude:
# - ruby: '3.1'
# rails: '6.0'
env:
RAILS_VERSION: ${{ matrix.rails }}
DATABASE_URL: ${{ matrix.database_url }}
Expand Down

0 comments on commit c529c23

Please sign in to comment.