File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050 fail-fast : false
5151 matrix :
5252 ruby-version : [
53- " 2.7 " , "3.1 "
53+ " 3.1 " , "3.4 "
5454 ]
5555 os : [
5656 ubuntu-latest,
6161 steps :
6262 - uses : actions/checkout@v4
6363 - name : Set up ruby ${{ matrix.ruby-version }}
64- uses : actions /setup-ruby@v1
64+ uses : ruby /setup-ruby@v1
6565 with :
6666 ruby-version : ${{ matrix.ruby-version }}
6767 bundler-cache : true
@@ -83,10 +83,10 @@ jobs:
8383 runs-on : ubuntu-latest
8484 steps :
8585 - uses : actions/checkout@v3
86- - name : Set up Ruby 2.7
86+ - name : Set up Ruby 3.4
8787 uses : ruby/setup-ruby@v1
8888 with :
89- ruby-version : 2.7
89+ ruby-version : 3.4
9090 - name : Check if properly tagged
9191 run : |
9292 PACKAGE_VERSION="$(ruby -e 'puts Gem::Specification::load("tinify.gemspec").version')";
You can’t perform that action at this time.
0 commit comments