Skip to content

Commit

Permalink
simplify changes for class jhy#2
Browse files Browse the repository at this point in the history
  • Loading branch information
ColtonMartin committed Mar 13, 2023
1 parent a94eb85 commit a712d7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ on:
jobs:
test:
runs-on: "ubunto-latest"
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
# choosing to run a reduced set of LTS, current, and next, to balance coverage and execution time
java: [8, 11, 17]
fail-fast: false
name: Test JDK ubunto latest
name: Test JDK ubunto-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit a712d7c

Please sign in to comment.