Skip to content

Commit

Permalink
Adapt branches for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Dec 11, 2024
1 parent 2ce56ed commit bb2360d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
push:
branches:
- main
- master
schedule:
- cron: '17 1 * * *' # Run every day on a seemly random time.
- cron: '17 1 * * *' # Run every day on a seemingly random time.

jobs:
test:
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"malukenho/docheader": "^0.1.5",
"malukenho/docheader": "^1",
"mikey179/vfsstream": "^1.6",
"yoast/phpunit-polyfills": "^1",
"squizlabs/php_codesniffer": "^3.5",
"php-parallel-lint/php-parallel-lint": "^1.3"
"yoast/phpunit-polyfills": "^3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5 || ^10",
"squizlabs/php_codesniffer": "^3",
"php-parallel-lint/php-parallel-lint": "^1.4"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit bb2360d

Please sign in to comment.