Skip to content

Commit

Permalink
Fix warning for github build
Browse files Browse the repository at this point in the history
* Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.
* also remove support for obsolete Ruby 2.7
  • Loading branch information
geekq committed Apr 17, 2024
1 parent 40c9f7a commit 94f22e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, 3.1, 3.3]
ruby: [3.1, 3.3]
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 94f22e7

Please sign in to comment.