Skip to content

Commit

Permalink
Merge branch 'master' into t128
Browse files Browse the repository at this point in the history
  • Loading branch information
ayselafsar committed Oct 18, 2024
2 parents 40572f6 + de6c477 commit 2dbc623
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,30 @@ jobs:
matrix:
php-versions: ['8.2']
databases: ['oci']
server-versions: ['stable28']
server-versions: ['stable29']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}

services:
oracle:
image: deepdiver/docker-oracle-xe-11g # "wnameless/oracle-xe-11g-r2"
image: ghcr.io/gvenzl/oracle-xe:11

# Provide passwords and other environment variables to container
env:
ORACLE_RANDOM_PASSWORD: true
APP_USER: autotest
APP_USER_PASSWORD: owncloud

# Forward Oracle port
ports:
- "1521:1521"
- 1521:1521/tcp

# Provide healthcheck script options for startup
options: >-
--health-cmd healthcheck.sh
--health-interval 10s
--health-timeout 5s
--health-retries 10
steps:
- name: Use Node 20
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ See [README](https://github.com/ayselafsar/dicomviewer) for a list of full featu
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump1-small.png">https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump1.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump2-small.png">https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump2.png</screenshot>
<dependencies>
<nextcloud min-version="28" max-version="29"/>
<nextcloud min-version="28" max-version="30"/>
</dependencies>
<repair-steps>
<install>
Expand Down

0 comments on commit 2dbc623

Please sign in to comment.