Skip to content

Commit

Permalink
Merge pull request #248 from greg0ire/setup-dependabot
Browse files Browse the repository at this point in the history
Setup dependabot
  • Loading branch information
greg0ire committed May 5, 2024
2 parents 5817d06 + 5af9611 commit 8c05f87
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "CI"
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -31,6 +31,8 @@ jobs:

phpunit:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@2.1.0"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@5.0.1"
with:
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit 8c05f87

Please sign in to comment.