Skip to content

Commit 2727bf3

Browse files
committed
Bump github workflows
1 parent 23546d2 commit 2727bf3

File tree

4 files changed

+15
-21
lines changed

4 files changed

+15
-21
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ on:
77
branches:
88
- github-actions
99
- main
10-
- "8.12"
11-
- "8.13"
12-
- "7.17"
10+
- "8.*"
11+
- "9.*"
1312
pull_request:
1413
branches:
15-
- "main"
16-
- "8.12"
17-
- "8.13"
18-
- "7.17"
14+
- main
15+
- "8.*"
16+
- "9.*"
1917

2018
env:
2119
GITHUB_ACTIONS: true

.github/workflows/test-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test-free:
1212
name: Free
1313
env:
14-
ELASTICSEARCH_VERSION: elasticsearch:8.16.0-SNAPSHOT
14+
ELASTICSEARCH_VERSION: elasticsearch:9.1.0-SNAPSHOT
1515
ELASTICSEARCH_URL: http://localhost:9200
1616
runs-on: ubuntu-latest
1717
steps:
@@ -43,7 +43,7 @@ jobs:
4343
test-platinum:
4444
name: Platinum
4545
env:
46-
ELASTICSEARCH_VERSION: elasticsearch:8.16.0-SNAPSHOT
46+
ELASTICSEARCH_VERSION: elasticsearch:9.1.0-SNAPSHOT
4747
ELASTICSEARCH_URL: https://elastic:elastic@localhost:9200
4848
runs-on: ubuntu-latest
4949
steps:

.github/workflows/test-integration.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ on:
77
branches:
88
- github-actions
99
- main
10-
- "8.12"
11-
- "8.13"
12-
- "7.17"
10+
- "8.*"
11+
- "9.*"
1312
pull_request:
1413
branches:
1514
- main
16-
- "8.12"
17-
- "8.13"
18-
- "7.17"
15+
- "8.*"
16+
- "9.*"
1917

2018
env:
2119
GITHUB_ACTIONS: true

.github/workflows/test-unit.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ on:
77
branches:
88
- github-actions
99
- main
10-
- "8.12"
11-
- "8.13"
12-
- "7.17"
10+
- "8.*"
11+
- "9.*"
1312
pull_request:
1413
branches:
1514
- main
16-
- "8.12"
17-
- "8.13"
18-
- "7.17"
15+
- "8.*"
16+
- "9.*"
1917

2018
env:
2119
GITHUB_ACTIONS: true

0 commit comments

Comments
 (0)