Skip to content

Commit

Permalink
Adds ruby 3.2 to test matrix.
Browse files Browse the repository at this point in the history
- removes unsupported ones from it
  • Loading branch information
LeFnord committed Mar 10, 2023
1 parent 9e9b110 commit b9d83fc
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.5, 2.6, 2.7, '3.0', 3.1]
ruby: [2.7, '3.0', 3.1, 3.2]
experimental: [false]
include:
- ruby: 'truffleruby-head'
Expand All @@ -31,7 +31,7 @@ jobs:
--health-retries 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

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

0 comments on commit b9d83fc

Please sign in to comment.