Skip to content

Commit f325739

Browse files
committed
Update readme and GH workflow
1 parent 7a7ff36 commit f325739

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MacOS x64
1+
name: MacOS arm64
22
on:
33
- push
44
- workflow_dispatch

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,28 @@
22

33
[![Maven Central](https://img.shields.io/maven-central/v/com.fizzed/bigmap?color=blue&style=flat-square)](https://mvnrepository.com/artifact/com.fizzed/bigmap)
44

5+
## Automated Testing
6+
7+
The following Java versions and platforms are tested using GitHub workflows:
8+
59
[![Java 8](https://img.shields.io/github/actions/workflow/status/fizzed/bigmap/java8.yaml?branch=master&label=Java%208&style=flat-square)](https://github.com/fizzed/bigmap/actions/workflows/java8.yaml)
610
[![Java 11](https://img.shields.io/github/actions/workflow/status/fizzed/bigmap/java11.yaml?branch=master&label=Java%2011&style=flat-square)](https://github.com/fizzed/bigmap/actions/workflows/java11.yaml)
711
[![Java 17](https://img.shields.io/github/actions/workflow/status/fizzed/bigmap/java17.yaml?branch=master&label=Java%2017&style=flat-square)](https://github.com/fizzed/bigmap/actions/workflows/java17.yaml)
812
[![Java 21](https://img.shields.io/github/actions/workflow/status/fizzed/bigmap/java21.yaml?branch=master&label=Java%2021&style=flat-square)](https://github.com/fizzed/bigmap/actions/workflows/java21.yaml)
913

1014
[![Linux x64](https://img.shields.io/github/actions/workflow/status/fizzed/bigmap/java11.yaml?branch=master&label=Linux%20x64&style=flat-square)](https://github.com/fizzed/bigmap/actions/workflows/java11.yaml)
11-
[![MacOS x64](https://img.shields.io/github/actions/workflow/status/fizzed/bigmap/macos-x64.yaml?branch=master&label=MacOS%20x64&style=flat-square)](https://github.com/fizzed/bigmap/actions/workflows/macos-x64.yaml)
15+
[![MacOS arm64](https://img.shields.io/github/actions/workflow/status/fizzed/bigmap/macos-arm64.yaml?branch=master&label=MacOS%20arm64&style=flat-square)](https://github.com/fizzed/bigmap/actions/workflows/macos-arm64.yaml)
1216
[![Windows x64](https://img.shields.io/github/actions/workflow/status/fizzed/bigmap/windows-x64.yaml?branch=master&label=Windows%20x64&style=flat-square)](https://github.com/fizzed/bigmap/actions/workflows/windows-x64.yaml)
1317

18+
The following platforms are tested using the [Fizzed, Inc.](http://fizzed.com) build system:
19+
20+
![Linux arm64](https://img.shields.io/badge/Linux%20arm64-passing-green)
21+
![Linux riscv64](https://img.shields.io/badge/Linux%20riscv64-passing-green)
22+
![MacOS x64](https://img.shields.io/badge/MacOS%20x64-passing-green)
23+
![Windows arm64](https://img.shields.io/badge/Windows%20arm64-passing-green)
24+
![FreeBSD x64](https://img.shields.io/badge/FreeBSD%20x64-passing-green)
25+
![OpenBSD x64](https://img.shields.io/badge/OpenBSD%20x64-passing-green)
26+
1427
## Overview
1528

1629
Lightweight Map, SortedMap, LinkedMap, Set, and SortedSet implementation(s) with minimal 3rd party dependencies that alleviates memory

0 commit comments

Comments
 (0)