Skip to content

Test 3.0 stable branch only for Foreman 3.11 and 3.12 #172

Test 3.0 stable branch only for Foreman 3.11 and 3.12

Test 3.0 stable branch only for Foreman 3.11 and 3.12 #172

Workflow file for this run

---
name: Ruby Tests
on:
push:
branches:
- 3.0-stable
pull_request:
concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
rubocop:
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
test:
name: Ruby
strategy:
fail-fast: false
matrix:
foreman:
- 3.12-stable
- 3.11-stable
needs: rubocop
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_snapshot_management
matrix_exclude: '[{"ruby": "3.0", "node": "14"}]'
foreman_version: ${{ matrix.foreman }}