.gitlab-ci.yml in epub-maker-0.1.7 vs .gitlab-ci.yml in epub-maker-0.1.8
- old
+ new
@@ -5,64 +5,54 @@
- apt -qq install -y default-jre
- gem install bundler --no-document
- bundle install --jobs=$(nproc) --path=deps --quiet
- bundle clean
-test:2.3:
- image: ruby:2.3
+test:2.6:
+ image: ruby:2.6
script: bundle exec rake test
except:
- tags
cache:
- key: ruby:2.3
+ key: ruby:2.6
paths:
- deps
-test:2.4:
- image: ruby:2.4
+test:2.7:
+ image: ruby:2.7
script: bundle exec rake test
except:
- tags
cache:
- key: ruby:2.4
+ key: ruby:2.7
paths:
- deps
-test:2.5:
- image: ruby:2.5
+test:3.0:
+ image: ruby:3.0
script: bundle exec rake test
except:
- tags
cache:
- key: ruby:2.5
+ key: ruby:3.0
paths:
- deps
-test:2.6:
- image: ruby:2.6
+test:3.1:
+ image: ruby:3.1
script: bundle exec rake test
except:
- tags
cache:
- key: ruby:2.6
+ key: ruby:3.1
paths:
- deps
-test:2.7:
- image: ruby:2.7
+test:3.2:
+ image: ruby:3.2
script: bundle exec rake test
except:
- tags
cache:
- key: ruby:2.7
- paths:
- - deps
-
-test:3.0:
- image: ruby:3.0-rc
- script: bundle exec rake test
- except:
- - tags
- cache:
- key: ruby:3.0
+ key: ruby:3.2
paths:
- deps