Skip to content

Commit

Permalink
fix: test on ruby 3.3 in gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Feb 26, 2024
1 parent 7b1009d commit 41b0794
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .gitlab-ci.yml
@@ -1,11 +1,9 @@
include:
- project: "nstmrt/rubygems/templates"
ref: master
file: "build-rubygems.yml"
stages:
- test

lint:
stage: test
image: ruby:3.2
image: ruby:3.3
script:
- bundle install
- bundle exec rubocop
Expand All @@ -15,9 +13,9 @@ tests:
image: ruby:$RUBY_VERSION
parallel:
matrix:
- RUBY_VERSION: ['2.7', '3.0', '3.1', '3.2']
- RUBY_VERSION: ['2.7', '3.0', '3.1', '3.2', '3.3']
services:
- name: postgres:12.2
- name: postgres:13
alias: postgres
- name: redis:7
alias: redis
Expand Down

0 comments on commit 41b0794

Please sign in to comment.