Skip to content

Commit 5044eee

Browse files
author
Generate.yml
committed
Generated from base-vm
1 parent fb84e77 commit 5044eee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: ${{ !contains(github.repository, 'solaris') && !contains(github.repository, 'dragonflybsd') && !contains(github.repository, 'omnios')}}
2929
strategy:
3030
matrix:
31-
release: [ "13.2", "13.3", "14.0", ""]
31+
release: [ "13.2", "13.3", "14.0", "14.1", ""]
3232
runs: [ "ubuntu-22.04"]
3333
runs-on: ${{ matrix.runs }}
3434
name: sshfs FreeBSD
@@ -47,7 +47,7 @@ jobs:
4747
port: 8000
4848
- name: Test in FreeBSD
4949
id: test
50-
uses: vmactions/freebsd-vm@e240761d5e5400f6b5a75d0bfdb3a09f0c549580
50+
uses: vmactions/freebsd-vm@50013ebd90a6643b112022721c7b0649636a1937
5151
with:
5252
envs: 'DEBUG MYTOKEN MYTOKEN2'
5353
prepare: |
@@ -78,7 +78,7 @@ jobs:
7878
test:
7979
strategy:
8080
matrix:
81-
release: [ "13.2", "13.3", "14.0", ""]
81+
release: [ "13.2", "13.3", "14.0", "14.1", ""]
8282
runs: [ "ubuntu-22.04"]
8383
runs-on: ${{ matrix.runs }}
8484
name: FreeBSD
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v4
9191
- name: Test in FreeBSD
9292
id: test
93-
uses: vmactions/freebsd-vm@e240761d5e5400f6b5a75d0bfdb3a09f0c549580
93+
uses: vmactions/freebsd-vm@50013ebd90a6643b112022721c7b0649636a1937
9494
with:
9595
envs: 'MYTOKEN MYTOKEN2'
9696
prepare: |

0 commit comments

Comments
 (0)