Skip to content

Commit e1458ec

Browse files
authored
chore: Add Ruby 3.2 to the CI matrix. (#151)
1 parent 2566148 commit e1458ec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
ruby-version: ["2.6", "2.7", "3.0", "3.1"]
15+
ruby-version: ["2.6", "2.7", "3.0", "3.1", "3.2"]
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v3

.github/workflows/unit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- os: ubuntu-latest
4141
ruby: "3.0"
4242
flags: "--only --test-yardoc --test-build --test-examples"
43+
- os: ubuntu-latest
44+
ruby: "3.2"
45+
flags: "--only --test-unit"
4346
fail-fast: false
4447
runs-on: ${{ matrix.os }}
4548
steps:

0 commit comments

Comments
 (0)