Skip to content

Commit

Permalink
Merge pull request #11 from envato/ci-rubies
Browse files Browse the repository at this point in the history
 CI: add Ruby 3.3 to the test matrix
  • Loading branch information
orien authored Jan 25, 2024
2 parents 704513f + 4f89831 commit 662b512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2' ]
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 662b512

Please sign in to comment.