Skip to content

Apply proposal, make Java 8 part of CI as well #82

Apply proposal, make Java 8 part of CI as well

Apply proposal, make Java 8 part of CI as well #82

Workflow file for this run

name: Verify
on:
push:
pull_request:
jobs:
build:
strategy:
matrix:
java-version: ['8', '11', '17']
name: Verify
uses: takari/takari-gh-actions/.github/workflows/ci.yml@v1
with:
java-version: ${{ matrix.java-version }}

Check failure on line 15 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Verify

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 15, Col: 21): Invalid input, java-version is not defined in the referenced workflow.