Skip to content

Commit bb0e579

Browse files
committed
Added Windows to CI
1 parent 23d1aad commit bb0e579

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ name: build
22
on: [push, pull_request]
33
jobs:
44
build:
5-
runs-on: ubuntu-latest
5+
runs-on: windows-latest
66
strategy:
77
fail-fast: false
88
matrix:
99
include:
1010
- ruby: 3.4
11-
postgres: 18
12-
- ruby: 2.7
13-
postgres: 9.6
11+
postgres: 17
1412
steps:
1513
- uses: actions/checkout@v5
1614
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)