Skip to content

Commit aa583bc

Browse files
committed
Add opentsdb to CI
1 parent 845d4a9 commit aa583bc

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/tests.yml

+11-9
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,22 @@ jobs:
1111
image: petergrace/opentsdb-docker:latest
1212
ports:
1313
- 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"
2121

2222
strategy:
2323
fail-fast: false
2424
matrix:
2525
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]
2830

2931
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
3032

0 commit comments

Comments
 (0)