.roxanne.yml in metatron-0.1.4 vs .roxanne.yml in metatron-0.1.5
- old
+ new
@@ -1,14 +1,14 @@
version: 1.0
stages:
build:
- image: ruby:3.1
+ image: ruby:3.2
scripts:
- ./scripts/build.sh
test:
- image: ruby:3.1
+ image: ruby:3.2
scripts:
- ./scripts/test.sh
release:
- image: ruby:3.1
+ image: ruby:3.2
only:
- main