Skip to content

Commit 9bfa1e8

Browse files
chore: add qt6.9 to ci
1 parent 9b99941 commit 9bfa1e8

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/build-ubuntu.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-22.04]
17-
version: [6.2.4, 6.5.3, 6.8.3]
17+
version: [6.2.4, 6.5.3, 6.8.3, 6.9.0]
1818
arch: [gcc_64, linux_gcc_64]
1919
exclude:
2020
- version: 6.2.4
@@ -23,6 +23,8 @@ jobs:
2323
arch: linux_gcc_64
2424
- version: 6.8.3
2525
arch: gcc_64
26+
- version: 6.9.0
27+
arch: gcc_64
2628
steps:
2729
- name: checkout
2830
uses: actions/checkout@v4

.github/workflows/build-windows.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
version: [6.2.4, 6.5.3, 6.8.3]
17+
version: [6.2.4, 6.5.3, 6.8.3, 6.9.0]
1818
arch: [win64_msvc2019_64, win64_msvc2022_64, win64_mingw]
1919
exclude:
2020
- version: 6.2.4
@@ -25,6 +25,10 @@ jobs:
2525
arch: win64_msvc2019_64
2626
- version: 6.8.3
2727
arch: win64_mingw
28+
- version: 6.9.0
29+
arch: win64_msvc2019_64
30+
- version: 6.9.0
31+
arch: win64_mingw
2832
steps:
2933
- name: Pull code
3034
uses: actions/checkout@v4

0 commit comments

Comments
 (0)