Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into ci/required-job
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 5, 2024
2 parents 234fb55 + dd85bcb commit 39b8d21
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "."
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"

- package-ecosystem: "composer"
directory: "vendor-bin/*/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: ".github/workflows"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
php:
- "8.2"
- "8.3"
steps:
- name: "Check out repository code"
uses: "actions/checkout@v3"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
tools: [ "composer" ]
dependency-versions: [ "highest" ]
include:
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
matrix:
php:
- "8.2"
- "8.3"

steps:
- name: "Check out repository code"
Expand Down

0 comments on commit 39b8d21

Please sign in to comment.