Skip to content

Commit 361e13a

Browse files
authored
2.1 and 3.1 matrix
1 parent cdff52e commit 361e13a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: '${{ matrix.os }}'
1212
strategy:
1313
matrix:
14+
ruby: ['2.1', '3.1']
1415
include:
1516
- os: ubuntu-22.04
1617
TESTENV: openldap
@@ -20,9 +21,8 @@ jobs:
2021
- uses: actions/checkout@v3
2122
- uses: ruby/setup-ruby@v1
2223
with:
23-
ruby-version: '3.1' # Not needed with a .ruby-version file
24+
ruby-version: ${{ matrix.ruby }}
2425
bundler-cache: true
25-
- run: gem install bundler:1.17.3
2626
- run: 'if [ "$TESTENV" = "openldap" ]; then ./script/install-openldap; fi'
2727
- run: bundle install
2828
- run: ./script/cibuild-$TESTENV

0 commit comments

Comments
 (0)