Skip to content

Commit

Permalink
Update github actions (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 authored May 14, 2024
1 parent 64d994c commit 28ae88c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build-jdk21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- 22.06.5
- 22.06.8

steps:
- name: Checkout
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/maven-build-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
fail-fast: false
matrix:
coherenceVersion:
- 23.09.3-SNAPSHOT
- 23.09.1
- 23.09.2
- 24.03.1-SNAPSHOT
- 24.03

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:
fail-fast: false
matrix:
version:
- 14.1.1-0-11
- 14.1.1-0-12
- 21.12.4
- 22.06.5
- 14.1.1-0-17
- 22.06.8

steps:
- name: Checkout
Expand Down

0 comments on commit 28ae88c

Please sign in to comment.