We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30b5f4 commit e3f0144Copy full SHA for e3f0144
.github/workflows/cd.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v3
10
- uses: ruby/setup-ruby@v1
11
with:
12
- ruby-version: 3.0
+ ruby-version: 3.3
13
- uses: actions/setup-node@v3
14
15
node-version: 18
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
- 3.0
- 3.1
- 3.2
16
+ - 3.3
17
steps:
18
19
0 commit comments