Skip to content

Commit

Permalink
Merge pull request #37 from Uaitt/ci/add-ruby-3.3
Browse files Browse the repository at this point in the history
ci: add Ruby 3.3 to the matrix
  • Loading branch information
Uaitt authored Feb 8, 2024
2 parents 5a95d5a + b988d33 commit c7531d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
strategy:
matrix:
ruby: ['3.0']
ruby: ['3.3']
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2', '3.3']
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type_checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
strategy:
matrix:
ruby: ['3.0']
ruby: ['3.3']
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit c7531d9

Please sign in to comment.