Skip to content

Commit

Permalink
Add ruby 3.3 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Jan 2, 2024
1 parent c91ba8c commit 093c872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, '3.0', 3.1, 3.2]
ruby: [2.7, '3.0', 3.1, 3.2, 3.3]
experimental: [false]
include:
- ruby: 'truffleruby-head'
Expand All @@ -31,7 +31,7 @@ jobs:
--health-retries 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install the latest Oracle instant client
run: |
Expand Down

0 comments on commit 093c872

Please sign in to comment.