Skip to content

Commit

Permalink
CI: Add Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Dec 27, 2024
1 parent 71f8d52 commit a9444a5
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 @@ -51,7 +51,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3']
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
imagemagick-version:
- { full: 7.1.1-33, major-minor: '7.1' }
name: Ruby ${{ matrix.ruby-version }}
Expand Down

0 comments on commit a9444a5

Please sign in to comment.