Skip to content

fix: Change semver comparison method #3

fix: Change semver comparison method

fix: Change semver comparison method #3

Workflow file for this run

name: Main Workflow
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
# schedule:
# - cron: "0 0 * * 5"
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/[email protected]
with:
command: sonar-scanner -v
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: asdf_plugin_test_6_0_0_4432
uses: asdf-vm/actions/[email protected]
with:
command: sonar-scanner --help
version: 6.0.0.4432
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: asdf_plugin_test_6_1_0_4477
uses: asdf-vm/actions/[email protected]
with:
command: sonar-scanner --help
version: 6.1.0.4477
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}