Skip to content

Commit

Permalink
bump qt/mariadb versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Feb 7, 2025
1 parent 907c130 commit 492aaa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/scripts/github-actions/build-linux-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ else
USE_QT6="ON"

QTPATH="$(pwd)/Qt"
QTVERSION="6.7.3"
QTVERSION="6.8.2"
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"

# Install "aqtinstall" from its master branch to have latest code.
Expand Down
4 changes: 2 additions & 2 deletions resources/scripts/github-actions/build-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if ($use_qt5 -eq "ON") {
$use_qtmultimedia = "ON"
}
else {
$qt_version = "6.7.3"
$qt_version = "6.8.2"

if ($use_webengine -eq "ON") {
$use_libmpv = "ON"
Expand All @@ -56,7 +56,7 @@ else {

$is_qt_6 = $qt_version.StartsWith("6")

$maria_version = "11.4.4"
$maria_version = "11.4.5"
$maria_link = "https://archive.mariadb.org/mariadb-$maria_version/winx64-packages/mariadb-$maria_version-winx64.zip"
$maria_output = "maria.zip"

Expand Down

0 comments on commit 492aaa8

Please sign in to comment.