Skip to content

Commit

Permalink
Removed non-working condition
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Mar 26, 2024
1 parent eb661f9 commit fa3226d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
strategy:
matrix:
java: [ '11', '17', '21' ]
include:
- java: '11'
- deploy: true
name: Java ${{ matrix.Java }} build

steps:
Expand All @@ -59,7 +56,6 @@ jobs:
${{ runner.os }}-maven-
- name: Build and deploy with Maven
if: ${{ matrix.deploy }}
run: mvn --batch-mode --update-snapshots deploy
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
Expand Down

0 comments on commit fa3226d

Please sign in to comment.