Browse Source

Huginn is not yet compatible with Ruby 2.7

Akinori MUSHA 3 years ago
parent
commit
8dd8acfab0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -17,7 +17,7 @@ jobs:
           - mysql2
           - postgresql
         ruby:
-          - "2.7"
+          # - "2.7"
           - "2.6"
     env:
       APP_SECRET_TOKEN: ${{ secrets.APP_SECRET_TOKEN }}