Skip to content

Commit 46772b2

Browse files
committed
GitHub Actions: Include ruby-head tasks
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 10c41b5 commit 46772b2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/linux.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@ jobs:
1313
postgres: [ '9', '10', '11', '12', '13' ]
1414
os:
1515
- ubuntu-latest
16+
experimental: [false]
17+
include:
18+
- ruby: head
19+
postgres: '9'
20+
os: ubuntu-latest
21+
experimental: true
22+
- ruby: head
23+
postgres: '10'
24+
os: ubuntu-latest
25+
experimental: true
26+
- ruby: head
27+
postgres: '11'
28+
os: ubuntu-latest
29+
experimental: true
30+
- ruby: head
31+
postgres: '12'
32+
os: ubuntu-latest
33+
experimental: true
34+
- ruby: head
35+
postgres: '13'
36+
os: ubuntu-latest
37+
experimental: true
1638
services:
1739
postgres:
1840
image: postgres:${{ matrix.postgres }}

0 commit comments

Comments
 (0)