Skip to content

Commit

Permalink
Unbreak unit tests by updating .fixtures.yml
Browse files Browse the repository at this point in the history
The unit tests started failing after stdlib 9.0.0 was made a requirement. Fix
this by updating the unit test dependencies.

URL: #54
  • Loading branch information
mattock committed Nov 28, 2023
1 parent 963f521 commit 83675a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
fixtures:
forge_modules:
stdlib: "puppetlabs/stdlib"
stdlib:
repo: "puppetlabs/stdlib"
ref: "9.4.1"
cron_core:
repo: "puppetlabs/cron_core"
ref: "1.0.0"
ref: "1.2.1"
puppet_version: ">= 7.0.0"
k5login_core:
repo: "puppetlabs/k5login_core"
Expand Down

0 comments on commit 83675a7

Please sign in to comment.