Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 28, 2023
1 parent e4aaeab commit 49790d9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/java21.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Java 21
on:
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Azul JDK 21
uses: actions/setup-java@v3
with:
java-version: 21
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
run: mvn --no-transfer-progress -B test
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Crux by Fizzed
[![Java 8](https://img.shields.io/github/actions/workflow/status/fizzed/crux/java8.yaml?branch=master&label=Java%208&style=flat-square)](https://github.com/fizzed/crux/actions/workflows/java8.yaml)
[![Java 11](https://img.shields.io/github/actions/workflow/status/fizzed/crux/java11.yaml?branch=master&label=Java%2011&style=flat-square)](https://github.com/fizzed/crux/actions/workflows/java11.yaml)
[![Java 17](https://img.shields.io/github/actions/workflow/status/fizzed/crux/java17.yaml?branch=master&label=Java%2017&style=flat-square)](https://github.com/fizzed/crux/actions/workflows/java17.yaml)
[![Java 21](https://img.shields.io/github/actions/workflow/status/fizzed/crux/java21.yaml?branch=master&label=Java%2021&style=flat-square)](https://github.com/fizzed/crux/actions/workflows/java21.yaml)

[![Linux x64](https://img.shields.io/github/actions/workflow/status/fizzed/crux/java11.yaml?branch=master&label=Linux%20x64&style=flat-square)](https://github.com/fizzed/crux/actions/workflows/java11.yaml)
[![MacOS x64](https://img.shields.io/github/actions/workflow/status/fizzed/crux/macos-x64.yaml?branch=master&label=MacOS%20x64&style=flat-square)](https://github.com/fizzed/crux/actions/workflows/macos-x64.yaml)
Expand Down

0 comments on commit 49790d9

Please sign in to comment.