Skip to content

Commit

Permalink
Fix: Configure COMPOSER_ROOT_VERSION for renew workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 16, 2024
1 parent a330427 commit 8ff8919
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 0 1 1 *"

env:
COMPOSER_ROOT_VERSION: "3.4-dev"

jobs:
license:
name: "License"
Expand Down

0 comments on commit 8ff8919

Please sign in to comment.