Skip to content

Commit e342ba3

Browse files
committed
ci: add qt 6.8.2, 6.8.3 and 6.9.0
1 parent 4ae0eae commit e342ba3

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Nix
77
strategy:
88
matrix:
9-
qtver: [qt6.8.1, qt6.8.0, qt6.7.3, qt6.7.2, qt6.7.1, qt6.7.0, qt6.6.3, qt6.6.2, qt6.6.1, qt6.6.0]
9+
qtver: [qt6.9.0, qt6.8.3, qt6.8.2, qt6.8.1, qt6.8.0, qt6.7.3, qt6.7.2, qt6.7.1, qt6.7.0, qt6.6.3, qt6.6.2, qt6.6.1, qt6.6.0]
1010
compiler: [clang, gcc]
1111
runs-on: ubuntu-latest
1212
steps:

ci/nix-checkouts.nix

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,24 @@ in {
1111
# For old qt versions, grab the commit before the version bump that has all the patches
1212
# instead of the bumped version.
1313

14+
qt6_9_0 = byCommit {
15+
commit = "546c545bd0594809a28ab7e869b5f80dd7243ef6";
16+
sha256 = "0562lbi67a9brfwzpqs4n3l0i8zvgla368aakcy5mghr7ps80567";
17+
};
18+
19+
qt6_8_3 = byCommit {
20+
commit = "374e6bcc403e02a35e07b650463c01a52b13a7c8";
21+
sha256 = "1ck2d7q1f6k58qg47bc07036h9gmc2mqmqlgrv67k3frgplfhfga";
22+
};
23+
24+
qt6_8_2 = byCommit {
25+
commit = "97be9fbfc7a8a794bb51bd5dfcbfad5fad860512";
26+
sha256 = "1sqh6kb8yg9yw6brkkb3n4y3vpbx8fnx45skyikqdqj2xs76v559";
27+
};
28+
1429
qt6_8_1 = byCommit {
15-
commit = "3df3c47c19dc90fec35359e89ffb52b34d2b0e94";
16-
sha256 = "1lhlm7czhwwys5ak6ngb5li6bxddilb9479k9nkss502kw8hwjyz";
30+
commit = "4a66c00fcb3f85ddad658b8cfa2e870063ce60b5";
31+
sha256 = "1fcvr67s7366bk8czzwhr12zsq60izl5iq4znqbm44pzyq9pf8rq";
1732
};
1833

1934
qt6_8_0 = byCommit {

0 commit comments

Comments
 (0)