Skip to content

Commit

Permalink
Tidy - Typo and bumps java-setup version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WsCandy committed May 12, 2024
1 parent 8e19436 commit e42062a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The game features the following:
5. Output as the game plays out. Although the game will play out almost instantly you can view logs of what transpired.

> [!TIP]
> The last player to run out of cards will win! So if you select `Both` and one `Deck` then a player will win be default.
> The last player to run out of cards will win! So if you select `Both` and one `Deck` then a player will win by default.
## Running and Testing
To run the project simply run the follow command in a shell of your choosing. This project was developed on MacOS using `sbt` so you will need to have it installed. `sbt` was backed by the following Java Version `Corretto 17.0.11`.
Expand Down

0 comments on commit e42062a

Please sign in to comment.