Thanks to visit codestin.com Credit goes to github.com
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 ca8ed8e commit 04ff8c3Copy full SHA for 04ff8c3
.github/workflows/installer.yml
@@ -39,7 +39,7 @@ jobs:
39
alpine:
40
name: Test installer on Alpine
41
runs-on: ubuntu-latest
42
- container: "alpine:3.14"
+ container: "alpine:3.16"
43
steps:
44
- name: Checkout repo
45
uses: actions/checkout@v3
.github/workflows/scripts.yml
@@ -38,7 +38,7 @@ jobs:
38
name: Run script unit tests
# This runs on Alpine to make sure we're testing with actual sh.
0 commit comments