We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7cbb4 commit 1a36b8cCopy full SHA for 1a36b8c
.github/workflows/phpunit-oci.yml
@@ -40,7 +40,7 @@ env:
40
41
jobs:
42
phpunit-oci:
43
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
44
45
strategy:
46
matrix:
@@ -49,10 +49,17 @@ jobs:
49
50
services:
51
oracle:
52
- image: deepdiver/docker-oracle-xe-11g # 'wnameless/oracle-xe-11g-r2'
+ image: ghcr.io/gvenzl/oracle-xe:11
53
ports:
54
- 1521:1521/tcp
55
56
+ # Provide healthcheck script options for startup
57
+ options: >-
58
+ --health-cmd healthcheck.sh
59
+ --health-interval 10s
60
+ --health-timeout 5s
61
+ --health-retries 10
62
+
63
steps:
64
- name: Set app env
65
run: |
0 commit comments