We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a04af commit 5c05426Copy full SHA for 5c05426
.github/workflows/test-workflow.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Upload Artifacts
72
uses: actions/upload-artifact@v4
73
with:
74
- name: alerting-plugin-${{ matrix.os }}
+ name: alerting-plugin-${{ matrix.os }}-${{ matrix.java }}
75
path: alerting-artifacts
76
overwrite: true
77
@@ -82,7 +82,7 @@ jobs:
82
WORKING_DIR: ${{ matrix.working_directory }}.
83
strategy:
84
matrix:
85
- java: [21, 24]
+ java: [21, 25]
86
os: [ windows-latest, macos-latest ]
87
include:
88
- os: windows-latest
@@ -120,6 +120,6 @@ jobs:
120
121
122
123
124
125
0 commit comments