1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-02 01:08:03 +02:00

Merge pull request #832 from github/ruby273

update ruby version to match github-pages gem
This commit is contained in:
Mike Linksvayer 2021-06-06 10:46:01 -07:00 committed by GitHub
commit b2e3f43e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.1
ruby-version: 2.7.3
bundler-cache: true
- name: Run tests