Skip to content

Commit

Permalink
Generated from base-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Generate.yml committed Jul 2, 2024
1 parent fb84e77 commit 5044eee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ !contains(github.repository, 'solaris') && !contains(github.repository, 'dragonflybsd') && !contains(github.repository, 'omnios')}}
strategy:
matrix:
release: [ "13.2", "13.3", "14.0", ""]
release: [ "13.2", "13.3", "14.0", "14.1", ""]
runs: [ "ubuntu-22.04"]
runs-on: ${{ matrix.runs }}
name: sshfs FreeBSD
Expand All @@ -47,7 +47,7 @@ jobs:
port: 8000
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@e240761d5e5400f6b5a75d0bfdb3a09f0c549580
uses: vmactions/freebsd-vm@50013ebd90a6643b112022721c7b0649636a1937
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
test:
strategy:
matrix:
release: [ "13.2", "13.3", "14.0", ""]
release: [ "13.2", "13.3", "14.0", "14.1", ""]
runs: [ "ubuntu-22.04"]
runs-on: ${{ matrix.runs }}
name: FreeBSD
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@e240761d5e5400f6b5a75d0bfdb3a09f0c549580
uses: vmactions/freebsd-vm@50013ebd90a6643b112022721c7b0649636a1937
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit 5044eee

Please sign in to comment.