Skip to content

Commit

Permalink
Test against Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Dec 26, 2023
1 parent 8f51c5a commit 1ae0270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2' ]
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
rails: [ '6.1', '7.0', '7.1' ]

name: SQLite / Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2' ]
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
rails: [ '6.1', '7.0', '7.1' ]

name: MySQL / Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2' ]
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
rails: [ '6.1', '7.0', '7.1' ]

name: PostgreSQL / Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
Expand Down

0 comments on commit 1ae0270

Please sign in to comment.