Skip to content

Commit 8a896a3

Browse files
committed
Introduction of matrix to cover both available Windows platforms
1 parent c975465 commit 8a896a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ on: [push]
22
name: Test
33
jobs:
44
test:
5-
name: Build and test driver on windows-2022
6-
runs-on: windows-2019
5+
strategy:
6+
matrix:
7+
os: [windows-2019, windows-2022]
8+
name: Build and test driver on ${{ matrix.os }}
79
env:
810
CASS_DRIVER_LIBEV_INCLUDES: C:/vcpkg/packages/libev_x64-windows/include/libev
911
CASS_DRIVER_LIBEV_LIBS: C:/vcpkg/packages/libev_x64-windows/lib

0 commit comments

Comments
 (0)