Skip to content

Commit 6b94681

Browse files
committed
add more ruby versions to windows test to see if they also fail
1 parent c081e27 commit 6b94681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: ${{ github.repository == 'GoogleCloudPlatform/functions-framework-ruby' }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest]
18+
os: [ubuntu-latest, windows-latest]
1919
ruby: ['3.1', '3.2', '3.3']
2020
flags: ["--only --test-unit"]
2121
include:

0 commit comments

Comments
 (0)