Skip to content

Commit 899401a

Browse files
Merge pull request #7310 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2 parents 69defcc + 155933f commit 899401a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)