Skip to content

Commit 4c5304a

Browse files
committed
Mingw-w64: Add 14.2.0 and 15.2.0
https://community.chocolatey.org/packages/mingw has finally been updated with new versions of Mingw-w64. This commit adds 14.2.0 and 15.2.0 to the tests. Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent a74d2db commit 4c5304a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
strategy:
194194
fail-fast: false
195195
matrix:
196-
mingw-version: [5.4.0, 11.2.0, 12.2.0, 13.2.0]
196+
mingw-version: [5.4.0, 11.2.0, 12.2.0, 13.2.0, 14.2.0, 15.2.0]
197197
name: Quickcheck (Mingw-w64 ${{ matrix.mingw-version }})
198198
runs-on: windows-latest
199199
steps:

0 commit comments

Comments
 (0)