Skip to content

Commit 9ff4c6d

Browse files
chizhgjrmfg
andauthored
ci: Update ruby matrix (#189)
Signed-off-by: GitHub <[email protected]> Co-authored-by: chizhg <[email protected]> Co-authored-by: Jeremy Fehr <[email protected]>
1 parent c6d83fb commit 9ff4c6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2"]
19+
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
2020
steps:
2121
- name: Harden Runner
2222
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2"]
19+
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
2020
flags: ["--only --test-unit"]
2121
include:
2222
- os: ubuntu-latest

0 commit comments

Comments
 (0)