Skip to content

Commit

Permalink
Update workflow file to use Ruby 3.3. (#488)
Browse files Browse the repository at this point in the history
- Add Ruby 3.3 to the test matrix.
- Run the MarkdownLint task using Ruby 3.3.
  • Loading branch information
faisal authored Apr 16, 2024
1 parent 034d612 commit 3464526
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
experimental: [false]
include:
- ruby-version: 'ruby-head'
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
experimental: [false]
include:
- ruby-version: 'ruby-head'
Expand Down Expand Up @@ -90,6 +92,7 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
experimental: [false]
include:
- ruby-version: 'ruby-head'
Expand Down Expand Up @@ -119,6 +122,7 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
experimental: [false]
include:
- ruby-version: 'ruby-head'
Expand Down Expand Up @@ -146,7 +150,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.3'
bundler-cache: true
cache-version: 1
- name: Run markdownlint
Expand Down

0 comments on commit 3464526

Please sign in to comment.