File tree 1 file changed +11
-9
lines changed
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,22 @@ jobs:
11
11
image : petergrace/opentsdb-docker:latest
12
12
ports :
13
13
- 4242:4242
14
- # options: >-
15
- # --health-cmd="curl -f http://opentsdb:4242/api/version"
16
- # --health-interval=10s
17
- # --health-timeout=5s
18
- # --health-retries=3
19
- # env:
20
- # TSDB_LOG_LEVEL: "DEBUG"
14
+ options : >-
15
+ --health-cmd="curl -f http://opentsdb:4242/api/version"
16
+ --health-interval=10s
17
+ --health-timeout=5s
18
+ --health-retries=3
19
+ env :
20
+ TSDB_LOG_LEVEL : " DEBUG"
21
21
22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
25
25
os : [ubuntu-latest]
26
- php : [8.3, 8.2, 8.1, 8.0]
27
- dependency-version : [prefer-lowest, prefer-stable]
26
+ php : [8.0]
27
+ dependency-version : [prefer-stable]
28
+ # php: [8.3, 8.2, 8.1, 8.0]
29
+ # dependency-version: [prefer-lowest, prefer-stable]
28
30
29
31
name : P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
30
32
You can’t perform that action at this time.
0 commit comments