File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 strategy :
2424 fail-fast : false
2525 matrix :
26- php-versions : ['8.1 ']
26+ php-versions : ['8.4 ']
2727 databases : ['sqlite', 'mysql', 'pgsql']
2828 server-versions : ['master']
2929 primary-storage : ['local', 'minio']
@@ -35,11 +35,11 @@ jobs:
3535 env :
3636 MINIO_ACCESS_KEY : minio
3737 MINIO_SECRET_KEY : minio123
38- image : ghcr.io/nextcloud/continuous-integration-minio:latest
38+ image : ghcr.io/nextcloud/continuous-integration-minio:latest # zizmor: ignore[unpinned-images]
3939 ports :
4040 - " 9000:9000"
4141 postgres :
42- image : ghcr.io/nextcloud/continuous-integration-postgres-14 :latest
42+ image : ghcr.io/nextcloud/continuous-integration-postgres-17 :latest # zizmor: ignore[unpinned-images]
4343 ports :
4444 - 4445:5432/tcp
4545 env :
@@ -48,12 +48,12 @@ jobs:
4848 POSTGRES_DB : nextcloud
4949 options : --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
5050 mysql :
51- image : ghcr.io/nextcloud/continuous-integration-mariadb-10.6 :latest
51+ image : ghcr.io/nextcloud/continuous-integration-mariadb-11.4 :latest # zizmor: ignore[unpinned-images]
5252 ports :
5353 - 4444:3306/tcp
5454 env :
55- MYSQL_ROOT_PASSWORD : rootpassword
56- options : --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
55+ MARIADB_ROOT_PASSWORD : rootpassword
56+ options : --health-cmd="mariadb-admin ping" --health-interval 5s --health-timeout 2s --health-retries 5
5757
5858 steps :
5959 - name : Checkout server
You can’t perform that action at this time.
0 commit comments