.github/workflows/ruby.yml in humanize-2.5.1 vs .github/workflows/ruby.yml in humanize-3.0.0
- old
+ new
@@ -4,17 +4,17 @@
jobs:
build:
strategy:
matrix:
- ruby_version: [2.6.x, 2.5.x, 2.4.x]
+ ruby_version: [3.3, 3.2, 3.1]
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
- name: Set up Ruby
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
- name: Build and test with Rake
run: |