Skip to content

Commit 3632264

Browse files
committed
[CI] Updates GitHub Actions
1 parent d9c494e commit 3632264

File tree

2 files changed

+4
-48
lines changed

2 files changed

+4
-48
lines changed

.github/workflows/2.7.yml

-46
This file was deleted.

.github/workflows/2.6.yml .github/workflows/7x_tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ruby 2.6
1+
name: 7x tests
22
on:
33
push:
44
branches:
@@ -16,6 +16,8 @@ jobs:
1616
RAILS_VERSIONS: '5.0,6.0'
1717
strategy:
1818
fail-fast: false
19+
matrix:
20+
ruby: [ '2.6', '2.7', '3.0' ]
1921
runs-on: ubuntu-latest
2022
steps:
2123
- uses: actions/checkout@v2
@@ -30,7 +32,7 @@ jobs:
3032
stack-version: 7.x-SNAPSHOT
3133
- uses: ruby/setup-ruby@v1
3234
with:
33-
ruby-version: 2.6
35+
ruby-version: ${{ matrix.ruby }}
3436
- name: Bundle
3537
run: |
3638
sudo apt-get install libsqlite3-dev

0 commit comments

Comments
 (0)