From 69fdbf683832701f7f561352c3c4380c6c1a1a5b Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Mon, 24 Oct 2022 22:45:39 -0400 Subject: [PATCH] fix test --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 899ab09..53f1219 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,4 +17,5 @@ jobs: - name: Test downloading plural uses: ./ with: - config: ${{ secrets.PLURAL_CONF }} \ No newline at end of file + config: ${{ secrets.PLURAL_CONF }} + vsn: '0.5.18' \ No newline at end of file