Skip to content

Commit ccf96a4

Browse files
committed
CI: bigger matrix
1 parent 9baee48 commit ccf96a4

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
include:
21-
- qt: '5.15.2'
22-
rust: stable
23-
- qt: '5.9.9'
24-
rust: stable
25-
- qt: '5.12.9'
26-
rust: nightly
20+
qt: [5.15.2, 5.9.9, 5.12.9]
21+
rust: [stable, nightly]
2722
runs-on: ${{ matrix.os }}
2823
steps:
2924
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)