Explorar o código

Remove 5.6.x from scheduled releases

Steve Riesenberg %!s(int64=2) %!d(string=hai) anos
pai
achega
fa9c7fb50d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/release-scheduler.yml

+ 1 - 1
.github/workflows/release-scheduler.yml

@@ -11,7 +11,7 @@ jobs:
     strategy:
       matrix:
         # List of active maintenance branches.
-        branch: [ main, 6.0.x, 5.8.x, 5.7.x, 5.6.x ]
+        branch: [ main, 6.0.x, 5.8.x, 5.7.x ]
     runs-on: ubuntu-latest
     steps:
     - name: Checkout