Skip to content

Commit

Permalink
use Ruby 3.1.4 (was 3.0.5)
Browse files Browse the repository at this point in the history
I suppose we could use even newer Ruby? at the moment I'm just
motivated by an HTMLProofer upgrade causing:

io-event-1.5.1 requires ruby version >= 3.1
  • Loading branch information
SethTisue committed Mar 8, 2024
1 parent 5ad801a commit dfe8efa
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 @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.5'
ruby-version: '3.1.4'
bundler-cache: true
- name: Bower
run: |
Expand Down

0 comments on commit dfe8efa

Please sign in to comment.