Skip to content

Commit

Permalink
ci: Update ruby matrix (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: chizhg <chizhg@users.noreply.github.com>
Co-authored-by: Jeremy Fehr <117788025+jrmfg@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent c6d83fb commit 9ff4c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2"]
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2"]
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
flags: ["--only --test-unit"]
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 9ff4c6d

Please sign in to comment.