ruby-head not supported

This commit is contained in:
Christian Mehlmauer
2020-02-17 06:32:18 +01:00
committed by GitHub
parent 24917fa2a6
commit 7d3b1fea6b

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
ruby: [2.4, 2.5, 2.6, 2.7, ruby-head]
ruby: [2.4, 2.5, 2.6, 2.7]
steps:
- uses: actions/checkout@v1
@@ -23,9 +23,9 @@ jobs:
uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-gem-${{ hashFiles('**/wpscan.gemspec') }}
key: ${{ runner.os }}-${{ matrix.ruby }}-gem-${{ hashFiles('**/wpscan.gemspec') }}
restore-keys: |
${{ runner.os }}-gem-
${{ runner.os }}-${{ matrix.ruby }}-gem-
- name: Build and test
run: |