File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
2626 strategy :
2727 fail-fast : false
2828 matrix :
29- php-versions : ['8.1 ']
29+ php-versions : ['8.2 ']
3030 databases : ['sqlite', 'mysql', 'pgsql']
3131 server-versions : ['master']
3232
3333 name : php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
3434
3535 services :
3636 postgres :
37- image : postgres:14
37+ image : ghcr.io/nextcloud/continuous-integration- postgres-16:latest # zizmor: ignore[unpinned-images]
3838 ports :
3939 - 4445:5432/tcp
4040 env :
@@ -43,12 +43,12 @@ jobs:
4343 POSTGRES_DB : nextcloud
4444 options : --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
4545 mysql :
46- image : mariadb:10.5
46+ image : ghcr.io/nextcloud/continuous-integration- mariadb-11.4:latest # zizmor: ignore[unpinned-images]
4747 ports :
4848 - 4444:3306/tcp
4949 env :
50- MYSQL_ROOT_PASSWORD : rootpassword
51- options : --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
50+ MARIADB_ROOT_PASSWORD : rootpassword
51+ options : --health-cmd="mariadb-admin ping" --health-interval 5s --health-timeout 2s --health-retries 5
5252
5353 steps :
5454 - name : Checkout server
You can’t perform that action at this time.
0 commit comments