Skip to content

Commit

Permalink
Update GitHub Actions to use ZK 3.6.4
Browse files Browse the repository at this point in the history
The feature in this PR requires ZK 3.6 or later, so accepting this PR
requires us to bump our minimum supported ZK version that we can test
with.
  • Loading branch information
ctubbsii committed Jan 17, 2025
1 parent 672e3a0 commit 733ce37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
profile:
- {name: 'unit-tests', javaver: 17, args: 'verify -PskipQA -DskipTests=false'}
- {name: 'qa-checks', javaver: 17, args: 'verify javadoc:jar -Psec-bugs -DskipTests -Dspotbugs.timeout=3600000'}
- {name: 'compat', javaver: 17, args: 'package -DskipTests -Dversion.hadoop=3.0.3 -Dversion.zookeeper=3.5.10'}
- {name: 'compat', javaver: 17, args: 'package -DskipTests -Dversion.hadoop=3.0.3 -Dversion.zookeeper=3.6.4'}
- {name: 'errorprone', javaver: 17, args: 'verify -Perrorprone,skipQA'}
fail-fast: false
runs-on: ubuntu-latest
Expand Down

0 comments on commit 733ce37

Please sign in to comment.