Skip to content

Commit e833340

Browse files
authored
Merge pull request #51 from scratchcpp/qt_6.8
Update to Qt 6.8
2 parents 9e42cb0 + cef3b4f commit e833340

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/linux-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
15-
qt-version: ['6.7']
15+
qt-version: ['6.8']
1616
qt-target: ['desktop']
1717
qt-modules: ['']
1818
arch: ['amd64']

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
qt-version: ['6.7']
12+
qt-version: ['6.8']
1313
qt-target: ['desktop']
1414
qt-modules: ['']
1515
arch: ['amd64']
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: windows-latest
100100
strategy:
101101
matrix:
102-
qt-version: ['6.7']
102+
qt-version: ['6.8']
103103
qt-target: ['desktop']
104104
qt-modules: ['']
105105
mingw-version: ['11.2.0']

.github/workflows/utests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Qt
2727
uses: jurplel/install-qt-action@v4
2828
with:
29-
version: '6.7.*'
29+
version: '6.8.*'
3030
arch: 'linux_gcc_64'
3131
- name: Configure CMake
3232
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=ON

.github/workflows/windows-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
strategy:
1414
matrix:
15-
qt-version: ['6.7']
15+
qt-version: ['6.8']
1616
qt-target: ['desktop']
1717
qt-modules: ['']
1818
mingw-version: ['11.2.0']

0 commit comments

Comments
 (0)