Skip to content

Commit 723bdfa

Browse files
committed
(CI) just a test
Signed-off-by: Eddy Babetto <eddy.babetto@secomind.com>
1 parent 42fdc7f commit 723bdfa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/astarte-apps-build-workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
database:
8181
- "cassandra:3.11.15"
8282
- "scylladb/scylla:2025.2.2"
83+
- "scylladb/scylla:2025.4.2"
8384
rabbitmq:
8485
- "rabbitmq:3.12.0-management"
8586
services:
@@ -113,7 +114,7 @@ jobs:
113114
- name: Upload Coverage Results to CodeCov
114115
# Don't upload more than once per component
115116
if: ${{
116-
matrix.database == 'scylladb/scylla:2025.2.2' &&
117+
matrix.database == 'scylladb/scylla:2025.4.2' &&
117118
github.repository == 'astarte-platform/astarte'
118119
}}
119120
uses: codecov/codecov-action@v5

.github/workflows/astarte-libs-build-workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
database:
8484
- "cassandra:3.11.15"
8585
- "scylladb/scylla:2025.2.2"
86+
- "scylladb/scylla:2025.4.2"
8687
rabbitmq:
8788
- "rabbitmq:3.12.0-management"
8889

@@ -115,7 +116,7 @@ jobs:
115116

116117
- name: Upload Coverage Results to CodeCov
117118
if: ${{
118-
matrix.database == 'scylladb/scylla:2025.2.2' &&
119+
matrix.database == 'scylladb/scylla:2025.4.2' &&
119120
github.repository == 'astarte-platform/astarte'
120121
}}
121122
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)