Skip to content

Commit e3f0144

Browse files
authored
chore: test and build against ruby 3.3 (#70)
Adds ruby 3.3 to the test matrix and uses it for release in cd.
1 parent b30b5f4 commit e3f0144

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: ruby/setup-ruby@v1
1111
with:
12-
ruby-version: 3.0
12+
ruby-version: 3.3
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 18

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- 3.0
1414
- 3.1
1515
- 3.2
16+
- 3.3
1617
steps:
1718
- uses: actions/checkout@v3
1819
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)