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 01896d0 commit b906c56Copy full SHA for b906c56
.github/workflows/JetBrainsTest.yml
@@ -0,0 +1,19 @@
1
+name: Jetbrains Test
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ build:
8
+ runs-on: ubuntu-latest
9
+ strategy:
10
+ matrix:
11
+ jdk: ['11','17','21']
12
+ steps:
13
+ - name: Setup Checkout
14
+ uses: actions/checkout@v4
15
+ - name: Setup Java
16
+ uses: gmitch215/setup-java@main
17
+ with:
18
+ distribution: 'jetbrains'
19
+ java-version: ${{ matrix.jdk }}
0 commit comments