Skip to content

Commit c476f57

Browse files
committed
Add test case for version 2.3.0
1 parent d274515 commit c476f57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-file-hashes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
outputs:
1414
matrix: '[
1515
{ tag: "${{ steps.etherpad-version-cleaned.outputs.version }}", expected: "${{ steps.etherpad-version-cleaned.outputs.version }}" },
16+
{ tag: "2.3.0", expected: "2.3.0" },
1617
{ tag: "2.2.7", expected: "2.2.7" },
1718
{ tag: "2.2.2", expected: "2.2.2" },
1819
{ tag: "2.1.0", expected: "2.1.0" },

0 commit comments

Comments
 (0)