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 942f6a2 commit ada69daCopy full SHA for ada69da
.github/workflows/build.yml
@@ -93,7 +93,7 @@ jobs:
93
runs-on: ubuntu-latest
94
services:
95
postgres:
96
- image: postgres:13
+ image: postgres:17
97
env:
98
POSTGRES_USER: username
99
POSTGRES_PASSWORD: password
@@ -106,7 +106,7 @@ jobs:
106
--health-timeout 5s
107
--health-retries 5
108
mariadb:
109
- image: mariadb:10.11
+ image: mariadb:11.8
110
111
MARIADB_USER: username
112
MARIADB_PASSWORD: password
settings.gradle.kts
@@ -78,7 +78,7 @@ pluginManagement {
78
}
79
80
plugins {
81
- id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
+ id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
82
id("quiet-fabric-loom") version "1.11-SNAPSHOT"
83
84
0 commit comments