Skip to content

Commit

Permalink
Add Ruby 3.3 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ur5us committed Jan 19, 2024
1 parent 0dbc416 commit 83c3173
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: ['3.0', '3.1', '3.2']
ruby_version: ['3.0', '3.1', '3.2', '3.3']
rails_version: ['6.1', '7.0', '7.1']
exclude:
- ruby_version: 3.1
rails_version: 6.1
- ruby_version: 3.2
rails_version: 6.1
- ruby_version: 3.3
rails_version: 6.1
services:
db:
image: postgres:16
Expand Down

0 comments on commit 83c3173

Please sign in to comment.