Skip to content

Commit 21f74b0

Browse files
authored
Merge pull request #130 from fluent/update-ci
Update CI
2 parents a050035 + f5d0aaf commit 21f74b0

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
schedule:
6+
interval: 'weekly'

.github/workflows/linux.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
16-
postgres: [ '14', '13', '12', '11', '10', '9' ]
15+
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
16+
postgres: [ '15', '14', '13', '12', '11' ]
1717
os:
1818
- ubuntu-latest
1919
experimental: [false]
@@ -34,14 +34,6 @@ jobs:
3434
postgres: '11'
3535
os: ubuntu-latest
3636
experimental: true
37-
- ruby: head
38-
postgres: '10'
39-
os: ubuntu-latest
40-
experimental: true
41-
- ruby: head
42-
postgres: '9'
43-
os: ubuntu-latest
44-
experimental: true
4537
services:
4638
postgres:
4739
image: postgres:${{ matrix.postgres }}

0 commit comments

Comments
 (0)