Skip to content

Commit 112005f

Browse files
ckoegelmhamer-bw
andauthored
Added distros to table and fixed matrix formatting
Co-authored-by: Mike Hamer <[email protected]>
1 parent b275337 commit 112005f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [windows-2016, windows-2019, ubuntu-18.04, ubuntu-20.04]
1515
java-version: ['8', '11']
16-
distribution: [ 'zulu', 'temurin' ]
16+
distribution: ['zulu', 'temurin']
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![Test](https://github.com/Bandwidth/java-sdk/actions/workflows/test.yaml/badge.svg)](https://github.com/Bandwidth/java-sdk/actions/workflows/test.yaml)
44

5-
| **OS** | **Java** |
6-
|:---:|:---:|
7-
| Windows 2016 | 8, 11 |
8-
| Windows 2019 | 8, 11 |
9-
| Ubuntu 18.04 | 8, 11 |
10-
| Ubuntu 20.04 | 8, 11 |
5+
| **OS** | **Java** | **Distribution** |
6+
|:---:|:---:|:---:|
7+
| Windows 2016 | 8, 11 | Zulu OpenJDK, Eclipse Temurin |
8+
| Windows 2019 | 8, 11 | Zulu OpenJDK, Eclipse Temurin |
9+
| Ubuntu 18.04 | 8, 11 | Zulu OpenJDK, Eclipse Temurin |
10+
| Ubuntu 20.04 | 8, 11 | Zulu OpenJDK, Eclipse Temurin |
1111
## Getting Started
1212

1313
### Installation

0 commit comments

Comments
 (0)