Skip to content

Commit

Permalink
Some temporary changes for faster testing
Browse files Browse the repository at this point in the history
  • Loading branch information
madsop-nav committed Feb 14, 2024
1 parent 73a1b61 commit e6589a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

name: build

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
java: ['8','11','17', '21']
java: ['21']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
java-version: 21
cache: maven
- name: Create release
id: create_release
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
java-version: 21
cache: maven
- name: Create release
id: create_release
Expand Down

0 comments on commit e6589a5

Please sign in to comment.