1
0
forked from blue/lmdbal
This commit is contained in:
Blue 2024-11-30 21:17:07 +02:00
parent f5d6fb9141
commit 4c5e4bb6ac
Signed by untrusted user: blue
GPG Key ID: 9B203B252A63EE38

View File

@ -26,13 +26,13 @@ jobs:
test-qt5:
name: Test LMDBAL with qt5
uses: ./.gitea/workflows/test.yml
uses: ./.gitea/workflows/unit-test.yml
with:
flags: -D QT_VERSION_MAJOR=5
test-qt6:
name: Test LMDBAL with qt6
uses: ./.gitea/workflows/test.yml
uses: ./.gitea/workflows/unit-test.yml
with:
flags: -D QT_VERSION_MAJOR=6