We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c494e commit 100d807Copy full SHA for 100d807
.github/workflows/2.7.yml
.github/workflows/2.6.yml renamed to .github/workflows/7x_tests.yml
@@ -1,4 +1,4 @@
1
-name: Ruby 2.6
+name: 7x tests
2
on:
3
push:
4
branches:
@@ -16,6 +16,8 @@ jobs:
16
RAILS_VERSIONS: '5.0,6.0'
17
strategy:
18
fail-fast: false
19
+ matrix:
20
+ ruby: [ '2.6', '2.7', '3.0' ]
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v2
@@ -30,7 +32,7 @@ jobs:
30
32
stack-version: 7.x-SNAPSHOT
31
33
- uses: ruby/setup-ruby@v1
34
with:
- ruby-version: 2.6
35
+ ruby-version: ${{ matrix.ruby }}
36
- name: Bundle
37
run: |
38
sudo apt-get install libsqlite3-dev
.github/workflows/jruby.yml
@@ -2,10 +2,10 @@ name: JRuby
5
- - main
+ - 7.x
6
pull_request:
7
8
9
workflow_dispatch:
10
11
- '*'
0 commit comments