We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293f63c commit 98b3458Copy full SHA for 98b3458
.github/workflows/build.yml
@@ -10,10 +10,10 @@ jobs:
10
matrix:
11
include:
12
# Windows-2025 has Ruby 3.3 and MySQL 8.0 installed
13
- - {os: windows-2025}
+ - {os: windows-2025, ruby: '3.3'}
14
15
# Windows-2022 has Ruby 3.0 and MySQL 8.0 installed
16
- - {os: windows-2022}
+ - {os: windows-2022, ruby: '3.0'}
17
18
19
# On the fail-fast: true, it cancels all in-progress jobs
0 commit comments