Skip to content

Commit

Permalink
remove Java 9 from matrix, update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Dec 6, 2023
1 parent d57a543 commit 21f1764
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jpos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 1.8, 9, 11 ]
os: [ubuntu-latest, macos-latest, windows-latest]
java: [ 1.8, 11 ]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
- name: Cache Gradle packages
Expand Down

0 comments on commit 21f1764

Please sign in to comment.