Skip to content

Commit

Permalink
feat(tests): Add foreman >= 3.5 versions to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
laugmanuel committed Feb 2, 2024
1 parent f41a3d1 commit 6b35a3e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ jobs:
strategy:
fail-fast: false
matrix:
foreman-core-branch: [3.1-stable, 3.2-stable, 3.3-stable, 3.4-stable, 3.5-stable, develop]
foreman-core-branch:
- 3.1-stable
- 3.2-stable
- 3.3-stable
- 3.4-stable
- 3.5-stable
- 3.6-stable
- 3.7-stable
- 3.8-stable
- 3.9-stable
- develop
ruby-version: [2.7]
node-version: [14]
steps:
Expand Down

0 comments on commit 6b35a3e

Please sign in to comment.