We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c081816 commit f9bf822Copy full SHA for f9bf822
1 file changed
.github/workflows/main.yaml
@@ -34,7 +34,7 @@ jobs:
34
id: matrix
35
run: |
36
echo 'systems=["ubuntu-2204-lts"]' >> "$GITHUB_OUTPUT"
37
- echo 'versions=["4.14.0", "4.13.1", "4.13.1", "4.13.0", "4.12.2", "4.12.1", "4.12.0"]' >> "$GITHUB_OUTPUT"
+ echo 'versions=["4.14.0", "4.13.1", "4.13.0", "4.12.2", "4.12.1", "4.12.0"]' >> "$GITHUB_OUTPUT"
38
39
build-bare:
40
needs:
0 commit comments