We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544a79c commit 4c7b330Copy full SHA for 4c7b330
.github/workflows/smoketest.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
services:
16
postgres:
17
- image: postgres:13
+ image: postgres:17
18
env:
19
POSTGRES_USER: username
20
POSTGRES_PASSWORD: password
@@ -27,7 +27,7 @@ jobs:
27
--health-timeout 5s
28
--health-retries 5
29
mariadb:
30
- image: mariadb:10.11
+ image: mariadb:11.8
31
32
MARIADB_USER: username
33
MARIADB_PASSWORD: password
settings.gradle.kts
@@ -77,7 +77,7 @@ pluginManagement {
77
}
78
79
plugins {
80
- id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
+ id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
81
id("quiet-fabric-loom") version "1.10-SNAPSHOT"
82
83
0 commit comments