Skip to content

Commit 5f9da65

Browse files
authored
Merge pull request #6 from foundationdb-rs/update-download-urls-remove-windows
Update download urls, remove windows support and update default fdb version
2 parents e4ce20c + 9219e83 commit 5f9da65

File tree

6 files changed

+210
-232
lines changed

6 files changed

+210
-232
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
strategy:
88
matrix:
9-
os: [ubuntu-latest, macos-latest, windows-latest]
9+
os: [ubuntu-latest, macos-latest]
1010

1111
runs-on: ${{ matrix.os }}
1212

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ This action is compatible with:
66

77
- `ubuntu-latest`
88
- `macos-latest`
9-
- `windows-latest`
109

1110
## Inputs
1211

1312
### `version`
1413

15-
**Optional** Foundationdb version to install. Default `"6.2.15"`.
14+
**Optional** Foundationdb version to install. Default `"6.3.22"`.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
version:
88
description: Foundationdb version to install
99
required: false
10-
default: "6.2.20"
10+
default: "6.3.22"
1111
runs:
1212
using: "node12"
1313
main: "dist/index.js"

0 commit comments

Comments
 (0)