Skip to content

Commit 100d807

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

File tree

3 files changed

+6
-50
lines changed

3 files changed

+6
-50
lines changed

.github/workflows/2.7.yml

-46
This file was deleted.

.github/workflows/2.6.yml renamed to .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

.github/workflows/jruby.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: JRuby
22
on:
33
push:
44
branches:
5-
- main
5+
- 7.x
66
pull_request:
77
branches:
8-
- main
8+
- 7.x
99
workflow_dispatch:
1010
branches:
1111
- '*'

0 commit comments

Comments
 (0)