File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file 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 }}
22- uses : actions/setup-java@v4
22+ uses : actions/setup-java@v5
2323 with :
2424 java-version : ${{ matrix.java }}
2525 distribution : ' temurin'
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,9 +124,9 @@ 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 }}
129- uses : actions/setup-java@v4
129+ uses : actions/setup-java@v5
130130 with :
131131 java-version : ${{ matrix.java }}
132132 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments