Explorar el Código

Latest Ruby.

pull/1130/head
Jamie hace 5 años
padre
commit
8801b65ced
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      .github/workflows/awesomebot.yml

+ 2
- 2
.github/workflows/awesomebot.yml Ver fichero

@@ -8,10 +8,10 @@ jobs:
8 8
     runs-on: ubuntu-latest
9 9
     steps:
10 10
     - uses: actions/checkout@v1
11
-    - name: Set up Ruby 2.6
11
+    - name: Set up Ruby
12 12
       uses: actions/setup-ruby@v1
13 13
       with:
14
-        ruby-version: 2.6.x
14
+        ruby-version: 2.7.x
15 15
     - name: Install Awesome Bot
16 16
       run: gem install awesome_bot
17 17
     - name: Run Awesome Bot

Loading…
Cancelar
Guardar