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 b9db9c5 commit e783986Copy full SHA for e783986
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- java: [8, 11, 17]
+ java: [11, 17]
11
name: "Java ${{ matrix.java }} build"
12
steps:
13
- uses: actions/checkout@v2
pom.xml
@@ -21,7 +21,7 @@
21
<parent>
22
<groupId>org.wrensecurity</groupId>
23
<artifactId>wrensec-parent</artifactId>
24
- <version>3.3.0</version>
+ <version>3.4.0</version>
25
</parent>
26
27
<groupId>org.wrensecurity.wrenicf</groupId>
0 commit comments