File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 java : [ 21 ]
1818 fail-fast : true
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : JDK ${{ matrix.java }}
2222 uses : actions/setup-java@v4
2323 with :
9393 runs-on : ubuntu-latest
9494 services :
9595 postgres :
96- image : postgres:13
96+ image : postgres:17
9797 env :
9898 POSTGRES_USER : username
9999 POSTGRES_PASSWORD : password
@@ -106,7 +106,7 @@ jobs:
106106 --health-timeout 5s
107107 --health-retries 5
108108 mariadb :
109- image : mariadb:10.11
109+ image : mariadb:12.0
110110 env :
111111 MARIADB_USER : username
112112 MARIADB_PASSWORD : password
@@ -124,7 +124,7 @@ jobs:
124124 java : [ 21 ]
125125 fail-fast : true
126126 steps :
127- - uses : actions/checkout@v4
127+ - uses : actions/checkout@v5
128128 - name : JDK ${{ matrix.java }}
129129 uses : actions/setup-java@v4
130130 with :
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ pluginManagement {
7777}
7878
7979plugins {
80- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.10 .0"
80+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
8181 id(" quiet-fabric-loom" ) version " 1.11-SNAPSHOT"
8282}
8383
You can’t perform that action at this time.
0 commit comments