File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 44 build :
55 name : Exist ${{ matrix.exist-version }} (Java ${{ matrix.java-version }}) build and test
66 strategy :
7- fail-fast : true
7+ fail-fast : false
88 matrix :
99 exist-version : [latest, 6.2.0]
10- java-version : ['8', '17 ']
10+ java-version : ['8', '21 ']
1111 os : [ubuntu-latest]
1212 exclude :
1313 - exist-version : 6.2.0
14- java-version : 17
14+ java-version : 21
1515 - exist-version : latest
1616 java-version : 8
1717
@@ -28,13 +28,18 @@ jobs:
2828 run : |
2929 sudo apt-get update
3030 sudo apt-get install -y bats
31+
3132 - name : Maven Build
3233 run : mvn clean package
3334
35+ - name : set min templating version from pom
36+ run : |
37+ echo "TEMPLATING_VERSION=$(mvn help:evaluate -Dexpression=templating.version -q -DforceStdout)" >> $GITHUB_ENV
38+
3439 - name : Add expath dependencies
3540 working-directory : target
3641 run : |
37- wget http://exist-db.org/exist/apps/public-repo/public/templating-1.2.1 .xar -O 001.xar
42+ wget http://exist-db.org/exist/apps/public-repo/public/templating-${{ env.TEMPLATING_VERSION }} .xar -O 001.xar
3843
3944
4045 # Install
You can’t perform that action at this time.
0 commit comments