Skip to content

Commit

Permalink
CI: Add Ruby 3.3 lane
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Dec 26, 2023
1 parent 16a929a commit fd16f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
imagemagick-version:
- { full: 7.1.1-15, major-minor: '7.1' }
name: Ruby ${{ matrix.ruby-version }}
Expand Down

0 comments on commit fd16f60

Please sign in to comment.