We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d1aad commit bb0e579Copy full SHA for bb0e579
1 file changed
.github/workflows/build.yml
@@ -2,15 +2,13 @@ name: build
2
on: [push, pull_request]
3
jobs:
4
build:
5
- runs-on: ubuntu-latest
+ runs-on: windows-latest
6
strategy:
7
fail-fast: false
8
matrix:
9
include:
10
- ruby: 3.4
11
- postgres: 18
12
- - ruby: 2.7
13
- postgres: 9.6
+ postgres: 17
14
steps:
15
- uses: actions/checkout@v5
16
- uses: ruby/setup-ruby@v1
0 commit comments