Skip to content

Commit 05acfd4

Browse files
committed
configure the server version for setup-edgedb
1 parent 9c274b1 commit 05acfd4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
env:
113113
PIP_DISABLE_PIP_VERSION_CHECK: 1
114-
EDGEDB_SERVER_VERSION: 5
114+
EDGEDB_SERVER_VERSION: 6
115115

116116
steps:
117117
- uses: actions/checkout@v3
@@ -133,7 +133,11 @@ jobs:
133133
uses: docker/setup-qemu-action@v2
134134

135135
- name: Install EdgeDB
136+
# Linux installs via the CIBW_BEFORE_ALL_LINUX command below
137+
if: runner.os != 'Linux'
136138
uses: edgedb/setup-edgedb@v1
139+
with:
140+
server-version: ${{ env.EDGEDB_SERVER_VERSION }}
137141

138142
- uses: pypa/[email protected]
139143
with:

0 commit comments

Comments
 (0)