Skip to content

Commit

Permalink
updated schedulers
Browse files Browse the repository at this point in the history
  • Loading branch information
abmmhasan committed Apr 15, 2024
1 parent dcb30d8 commit 9abd550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ updates:
- package-ecosystem: "composer" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Security & Standards"

on:
schedule:
- cron: '0 0 * * 0'
push:
branches: [ '*' ]
pull_request:
Expand All @@ -12,7 +14,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '8.2', '8.3' ]
php-versions: [ '8.2', '8.3', '8.4' ]
dependency-version: [ prefer-lowest, prefer-stable ]

name: PHP ${{ matrix.php-versions }} - ${{ matrix.operating-system }} - ${{ matrix.dependency-version }}
Expand Down

0 comments on commit 9abd550

Please sign in to comment.