Skip to content

Commit

Permalink
Add support for FreeBSD 13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Sep 19, 2024
1 parent c5ad83c commit 0848dee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
fail-fast: false
matrix:
version:
- '13.4'
- '13.3'
- '13.2'
- '13.1'
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Add support for FreeBSD 13.4

## [0.25.0] - 2024-07-11
### Added
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ operating system will list which versions are supported.
| ------- | ------ | ------ |
| 14.1 | ✅ | ✅ |
| 14.0 | ✅ | ✅ |
| 13.4 | ✅ | ✅ |
| 13.3 | ✅ | ✅ |
| 13.2 | ✅ | ✅ |
| 13.1 | ✅ | ✅ |
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const version = {
operating_system: {
freebsd: 'v0.8.0',
freebsd: 'v0.9.0',
netbsd: 'v0.4.0',
openbsd: 'v0.8.0'
},
Expand Down

0 comments on commit 0848dee

Please sign in to comment.