mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
Bump cross-platform-actions/action from 0.31.0 to 0.32.0
This commit is contained in:
17
.github/workflows/test.yml
vendored
17
.github/workflows/test.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
|||||||
github.event_name == 'push' &&
|
github.event_name == 'push' &&
|
||||||
matrix.os == 'ubuntu-latest'
|
matrix.os == 'ubuntu-latest'
|
||||||
|
|
||||||
test-bsd:
|
test-cross:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
@@ -101,6 +101,12 @@ jobs:
|
|||||||
version: '15.0'
|
version: '15.0'
|
||||||
- name: netbsd
|
- name: netbsd
|
||||||
version: '10.1'
|
version: '10.1'
|
||||||
|
- name: illumos
|
||||||
|
action: omnios
|
||||||
|
version: 'r151056'
|
||||||
|
- name: openbsd
|
||||||
|
version: '7.8'
|
||||||
|
tflags: '-test.short'
|
||||||
- name: freebsd
|
- name: freebsd
|
||||||
arch: arm64
|
arch: arm64
|
||||||
version: '15.0'
|
version: '15.0'
|
||||||
@@ -109,9 +115,6 @@ jobs:
|
|||||||
arch: arm64
|
arch: arm64
|
||||||
version: '10.1'
|
version: '10.1'
|
||||||
tflags: '-test.short'
|
tflags: '-test.short'
|
||||||
- name: openbsd
|
|
||||||
version: '7.8'
|
|
||||||
tflags: '-test.short'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: test
|
needs: test
|
||||||
|
|
||||||
@@ -126,9 +129,9 @@ jobs:
|
|||||||
run: .github/workflows/build-test.sh
|
run: .github/workflows/build-test.sh
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: cross-platform-actions/action@v0.31.0
|
uses: cross-platform-actions/action@v0.32.0
|
||||||
with:
|
with:
|
||||||
operating_system: ${{ matrix.os.name }}
|
operating_system: ${{ matrix.os.action || matrix.os.name }}
|
||||||
architecture: ${{ matrix.os.arch }}
|
architecture: ${{ matrix.os.arch }}
|
||||||
version: ${{ matrix.os.version }}
|
version: ${{ matrix.os.version }}
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -142,7 +145,7 @@ jobs:
|
|||||||
- name: dragonfly
|
- name: dragonfly
|
||||||
action: 'vmactions/dragonflybsd-vm@v1'
|
action: 'vmactions/dragonflybsd-vm@v1'
|
||||||
- name: illumos
|
- name: illumos
|
||||||
action: 'vmactions/omnios-vm@v1'
|
action: 'vmactions/openindiana-vm@v0'
|
||||||
- name: solaris
|
- name: solaris
|
||||||
action: 'vmactions/solaris-vm@v1'
|
action: 'vmactions/solaris-vm@v1'
|
||||||
bflags: '-tags sqlite3_dotlk'
|
bflags: '-tags sqlite3_dotlk'
|
||||||
|
|||||||
Reference in New Issue
Block a user