Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Oct 7, 2024
1 parent ffff772 commit 0d1f75d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://docs.oracle.com/en/java/javase/17/"><img src="https://img.shields.io/badge/Java-Release%2017-green"/></a>
<a href="https://docs.oracle.com/en/java/javase/21/"><img src="https://img.shields.io/badge/Java-Release%2021-green"/></a>
<span>&nbsp;</span>
<a href="https://jitpack.io/#teletha/sinobu"><img src="https://img.shields.io/jitpack/v/github/teletha/sinobu?label=Repository&color=green"></a>
<span>&nbsp;</span>
Expand Down Expand Up @@ -191,7 +191,7 @@ I.error((Supplier) () -> "Use a lambda expression to delay message building.");


## Prerequisites
Sinobu runs on all major operating systems and requires only [Java version 17](https://docs.oracle.com/en/java/javase/17/) or later to run.
Sinobu runs on all major operating systems and requires only [Java version 21](https://docs.oracle.com/en/java/javase/21/) or later to run.
To check, please run `java -version` on your terminal.
<p align="right"><a href="#top">back to top</a></p>

Expand Down
2 changes: 1 addition & 1 deletion src/project/java/kiss/Project.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Project extends bee.api.Project {
- Refactoring safety
""");

require(SourceVersion.RELEASE_21, SourceVersion.RELEASE_17);
require(SourceVersion.RELEASE_21, SourceVersion.RELEASE_21);

require("com.github.teletha", "antibug").atTest();
require("com.pgs-soft", "HttpClientMock").atTest();
Expand Down

0 comments on commit 0d1f75d

Please sign in to comment.