Skip to content

Commit afaf46b

Browse files
fix: matrix not run properly (#283)
* fix: matrix not run properly * chore: CHANGELOG.md
1 parent e51bab0 commit afaf46b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,14 @@ jobs:
6666
type: string
6767
default: << pipeline.parameters.default-maven-image >>
6868
exe:
69-
type: executor
69+
type: string
7070
default: docker-amd64-image
7171
arg-line:
7272
type: string
7373
default: "--add-opens=java.base/java.nio=ALL-UNNAMED"
74-
executor: << parameters.exe >>
74+
executor:
75+
name: << parameters.exe >>
76+
maven-image: << parameters.maven-image >>
7577
steps:
7678
- checkout
7779
- restore_cache:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 1.5.0 [unreleased]
22

3+
### CI
4+
5+
1. [#283](https://github.com/InfluxCommunity/influxdb3-java/pull/283) Fix pipeline not downloading the correct java images.
6+
37
## 1.4.0 [2025-09-15]
48

59
### Features

0 commit comments

Comments
 (0)