Skip to content

Commit

Permalink
Test against newer foreman
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Dec 20, 2023
1 parent 53ff5ab commit ee63cd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12]
foreman-core-branch: ['develop', '3.4-stable', '3.3-stable']
node-version: [14]
foreman-core-branch: ['develop', '3.9-stable', '3.7-stable']

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fail-fast: false
matrix:
ruby-version: ['2.7']
foreman-core-branch: ['develop', '3.7-stable', '3.5-stable']
foreman-core-branch: ['develop', '3.9-stable', '3.8-stable']
proxmox: ['~>0.13.3']

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit ee63cd8

Please sign in to comment.