Skip to content

Commit

Permalink
Merge pull request #109 from greg0ire/maintenance
Browse files Browse the repository at this point in the history
Maintenance
  • Loading branch information
greg0ire authored May 5, 2024
2 parents 6c0ee61 + 6e86387 commit fc71b38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "1.5",
"branchName": "1.5.x",
"slug": "1.5",
"maintained": true
"maintained": false
},
{
"name": "1.4",
Expand Down
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:
jobs:
phpunit:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@4.0.0"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@5.0.1"
with:
php-versions: '["8.1", "8.2", "8.3"]'
composer-root-version: "1.4"
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit fc71b38

Please sign in to comment.