Skip to content

Commit aa29f90

Browse files
authored
chore(ci): use InfluxDB 2.1, 2.2 and 2.3 in CI pipeline (#852)
1 parent 99dbf49 commit aa29f90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
jdk: [3-openjdk-17-slim, 3-jdk-14, 3-jdk-8-slim]
15-
influxdb: ['1.1', '1.6', '1.8', '2.0', '2.1']
15+
influxdb: ['1.1', '1.6', '1.8', '2.1', '2.2', '2.3']
1616

1717
steps:
1818
- name: Checkout
@@ -36,7 +36,7 @@ jobs:
3636
shasum -a 256 -c codecov.SHA256SUM
3737
chmod +x ./codecov
3838
./codecov
39-
if: matrix.influxdb != '2.0' && matrix.influxdb != '2.1'
39+
if: matrix.influxdb != '2.1' && matrix.influxdb != '2.2' && matrix.influxdb != '2.3'
4040

4141

4242
# deploy:

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
jdk: [3-openjdk-17-slim, 3-jdk-14, 3-jdk-8-slim]
15-
influxdb: ['1.1', '1.6', '1.8', '2.0', '2.1']
15+
influxdb: ['1.1', '1.6', '1.8', '2.1', '2.2', '2.3']
1616

1717
steps:
1818
- name: Checkout
@@ -40,4 +40,4 @@ jobs:
4040
shasum -a 256 -c codecov.SHA256SUM
4141
chmod +x ./codecov
4242
./codecov
43-
if: matrix.influxdb != '2.0' && matrix.influxdb != '2.1'
43+
if: matrix.influxdb != '2.1' && matrix.influxdb != '2.2' && matrix.influxdb != '2.3'

0 commit comments

Comments
 (0)