Skip to content

Commit

Permalink
Update CI harness include and use Ruby 3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal committed Jan 12, 2025
1 parent 2744583 commit ccbbe87
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.1'
- '3.2'
- '3.3'
- '3.4'
experimental: [false]
include:
- ruby-version: 'ruby-head'
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
experimental: [false]
include:
- ruby-version: 'ruby-head'
Expand Down Expand Up @@ -90,6 +92,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
experimental: [false]
include:
- ruby-version: 'ruby-head'
Expand Down Expand Up @@ -119,6 +122,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
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.3'
ruby-version: '3.4'
bundler-cache: true
cache-version: 1
- name: Run markdownlint
Expand Down

0 comments on commit ccbbe87

Please sign in to comment.