Skip to content

Commit 9991fc3

Browse files
committed
1 parent ead618a commit 9991fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: ${{ !contains(github.repository, 'solaris') && !contains(github.repository, 'dragonflybsd')}}
2929
strategy:
3030
matrix:
31-
release: [ "12.3", "13.0", "13.1", ""]
31+
release: [ "12.3", "13.0", "13.1", "13.2", ""]
3232
runs-on: macos-12
3333
name: A job to run test sshfs FreeBSD
3434
env:
@@ -59,7 +59,7 @@ jobs:
5959
test:
6060
strategy:
6161
matrix:
62-
release: [ "12.3", "13.0", "13.1", ""]
62+
release: [ "12.3", "13.0", "13.1", "13.2", ""]
6363
runs-on: macos-12
6464
name: A job to run test FreeBSD
6565
env:

0 commit comments

Comments
 (0)