Skip to content

Commit

Permalink
Test with Ruby 3.3 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 26, 2023
1 parent 4511982 commit c3b6022
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.3
postgres: 16
- ruby: 3.2
postgres: 15
- ruby: 3.1
Expand All @@ -18,7 +20,7 @@ jobs:
- ruby: 2.7
postgres: 11
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit c3b6022

Please sign in to comment.