Skip to content

Commit c42c2cc

Browse files
committed
Change Qt version to something that exists
Yeah, that means Qt 5.6 is out
1 parent 38f9005 commit c42c2cc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
strategy:
1717
matrix:
1818
include:
19-
- qt: '5.6.2'
20-
rust: stable
2119
- qt: '5.15.2'
2220
rust: stable
23-
- qt: '5.9.2'
21+
- qt: '5.9.9'
2422
rust: beta
25-
- qt: '5.12.2'
23+
- qt: '5.12.9'
2624
rust: nightly
2725

2826
steps:

0 commit comments

Comments
 (0)