Skip to content

Commit a050035

Browse files
authored
Merge pull request #119 from fluent/ci-update-ruby
CI: Update Ruby and PostgreSQL
2 parents de1be3a + f0d3448 commit a050035

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.github/workflows/linux.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: linux
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches: [master]
5+
pull_request:
6+
branches: [master]
57

68
jobs:
79
build:
@@ -10,30 +12,34 @@ jobs:
1012
strategy:
1113
fail-fast: false
1214
matrix:
13-
ruby: [ '2.5', '2.6', '2.7', '3.0' ]
14-
postgres: [ '9', '10', '11', '12', '13' ]
15+
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
16+
postgres: [ '14', '13', '12', '11', '10', '9' ]
1517
os:
1618
- ubuntu-latest
1719
experimental: [false]
1820
include:
1921
- ruby: head
20-
postgres: '9'
22+
postgres: '14'
2123
os: ubuntu-latest
2224
experimental: true
2325
- ruby: head
24-
postgres: '10'
26+
postgres: '13'
27+
os: ubuntu-latest
28+
experimental: true
29+
- ruby: head
30+
postgres: '12'
2531
os: ubuntu-latest
2632
experimental: true
2733
- ruby: head
2834
postgres: '11'
2935
os: ubuntu-latest
3036
experimental: true
3137
- ruby: head
32-
postgres: '12'
38+
postgres: '10'
3339
os: ubuntu-latest
3440
experimental: true
3541
- ruby: head
36-
postgres: '13'
42+
postgres: '9'
3743
os: ubuntu-latest
3844
experimental: true
3945
services:

0 commit comments

Comments
 (0)