Skip to content

Commit

Permalink
Add .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1eef committed Feb 22, 2023
1 parent 2ae318f commit 722a8db
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitlab-ci.yml
@@ -0,0 +1,16 @@
stages:
- test

test-ruby31:
stage: test
image: ruby:3.1.2
script:
- bundle install
- sh bin/run-tests.sh

test-ruby32:
stage: test
image: ruby:3.2.0
script:
- bundle install
- sh bin/run-tests.sh

0 comments on commit 722a8db

Please sign in to comment.