Skip to content

Commit

Permalink
Merge pull request #24 from jjperry/add_windows_2022
Browse files Browse the repository at this point in the history
Added WIndows 2022 and Updated CONTRIBUTING.md
  • Loading branch information
tpowell-progress authored Dec 5, 2023
2 parents ea8d118 + be38616 commit 1f395f5
Show file tree
Hide file tree
Showing 5 changed files with 751 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Fauxhai is community-maintained and updated. Aside from the initial files, all o

```
bundle console
Fauxhai.mock(platform: '[os]', version: '[version]') # e.g. Fauxhai.mock(platform: 'ubuntu', version: '12.04')
requiure "fauxhai"
Fauxhai.mock(platform: '[os]', version: '[version]') # e.g. Fauxhai.mock(platform: 'ubuntu', version: '12.04').data
```

As long as that does not throw an error, you're good to go!
Expand Down
1 change: 1 addition & 0 deletions PLATFORMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,5 @@ This file lists each platform known to Fauxhai and the available versions for ea
- 2012R2
- 2016
- 2019
- 2022
- 8.1
Loading

0 comments on commit 1f395f5

Please sign in to comment.