File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7+ - development
78 tags :
89 - " *-[0-9]+.*"
10+ pull_request :
11+ branches :
12+ - master
13+ - development
914
1015jobs :
1116 build :
12- runs-on : ubuntu-latest
17+ strategy :
18+ matrix :
19+ os : [ubuntu-latest, windows-latest]
20+ runs-on : ${{ matrix.os }}
1321
1422 steps :
15- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v4
24+ - name : Setup Python
25+ uses : actions/setup-python@v5
26+ with :
27+ python-version : ' 3.10'
1628 - name : Set up Java
17- uses : actions/setup-java@v3
29+ uses : actions/setup-java@v4
1830 with :
19- java-version : ' 17 '
20- distribution : ' temurin '
31+ java-version : ' 8 '
32+ distribution : ' zulu '
2133 cache : ' maven'
2234 - name : Set up CI environment
2335 run : .github/setup.sh
36+ shell : bash
2437 - name : Execute the build
2538 run : .github/build.sh
39+ shell : bash
2640 env :
2741 GPG_KEY_NAME : ${{ secrets.GPG_KEY_NAME }}
2842 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments