We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bad58 commit c0298adCopy full SHA for c0298ad
.github/workflows/test.yml
@@ -89,15 +89,15 @@ jobs:
89
version: '14.2'
90
flags: '-test.v'
91
- name: netbsd
92
- version: '10.0'
+ version: '10.1'
93
94
- name: freebsd
95
arch: arm64
96
97
flags: '-test.v -test.short'
98
99
100
101
102
- name: openbsd
103
version: '7.6'
@@ -116,7 +116,7 @@ jobs:
116
run: .github/workflows/build-test.sh
117
118
- name: Test
119
- uses: cross-platform-actions/action@v0.26.0
+ uses: cross-platform-actions/action@v0.27.0
120
with:
121
operating_system: ${{ matrix.os.name }}
122
architecture: ${{ matrix.os.arch }}
gormlite/download.sh renamed to gormlite/update.sh
0 commit comments