We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8724462 commit 9649071Copy full SHA for 9649071
.github/workflows/release.yaml
@@ -12,6 +12,8 @@ on:
12
jobs:
13
build-release:
14
runs-on: ubuntu-latest
15
+ # Use the oldest supported version to build, just in case there are issues
16
+ # for our case, this doesn't matter that much, since the build is for 3.x
17
strategy:
18
matrix:
19
include:
0 commit comments