Browse Source

Disable Alpine version 3.16

Mohammad Abdolirad 2 years ago
parent
commit
fd0678d2df
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/workflows/main.yml

+ 4 - 4
.github/workflows/main.yml

@@ -14,10 +14,10 @@ jobs:
         alpine: [ "3.13" ]
         variant: [ "", "openrc" ]
         latest: [ false ]
-        include:
-          - alpine: 3.16
-            variant: ""
-            latest: true
+#        include:
+#          - alpine: 3.16
+#            variant: ""
+#            latest: true
     steps:
       - name: Checkout
         uses: actions/checkout@v2