1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

build(deps): upgrade rubygem-deps

Ruby 2.x has passed its end of life and is now unsupported.
This commit is contained in:
Cotes Chung
2023-11-06 04:06:02 +08:00
parent 2bf87e0de7
commit 18808851a9
2 changed files with 3 additions and 7 deletions

View File

@@ -19,10 +19,6 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7, 3]
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -32,7 +28,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
ruby-version: 3
bundler-cache: true
- name: Setup Node