Skip to content

Commit

Permalink
Merge pull request #52 from scribam/readme
Browse files Browse the repository at this point in the history
readme.md: add FreeBSD 13.2 in supported platforms and update usage
  • Loading branch information
jacob-carlborg committed Apr 29, 2023
2 parents d015b8f + 5406043 commit 8dc37f7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions readme.md
Expand Up @@ -16,8 +16,8 @@ Some of the features that this action supports include:
## `Usage`

Here's a sample workflow file which will set up a matrix resulting in four jobs.
One which will run on FreeBSD 13.1, one which runs OpenBSD 7.2, one which runs
NetBSD 9.2 and one which runs OpenBSD 7.2 on ARM64.
One which will run on FreeBSD 13.2, one which runs OpenBSD 7.3, one which runs
NetBSD 9.2 and one which runs OpenBSD 7.3 on ARM64.

```yaml
name: CI
Expand All @@ -32,7 +32,7 @@ jobs:
os:
- name: freebsd
architecture: x86-64
version: '13.1'
version: '13.2'
host: macos-12

- name: openbsd
Expand All @@ -51,10 +51,10 @@ jobs:
host: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Test on ${{ matrix.os.name }}
uses: cross-platform-actions/action@v0.10.0
uses: cross-platform-actions/action@v0.13.0
env:
MY_ENV1: MY_ENV1
MY_ENV2: MY_ENV2
Expand Down Expand Up @@ -123,6 +123,7 @@ operating system will list which versions are supported.

| Version | x86-64 |
| ------- | ------ |
| 13.2 ||
| 13.1 ||
| 13.0 ||
| 12.4 ||
Expand Down

0 comments on commit 8dc37f7

Please sign in to comment.