Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala authored Dec 7, 2024
1 parent 3c1b698 commit b65aeb3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Tests

on:
push: master
pull_request:
push:
branches:
master
pull_request: {}
schedule:
- cron: '0 1 0 * *'
- cron: '0 1 * * 1'

jobs:
test:
Expand All @@ -20,7 +22,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
tools: composer
- run: composer require phpstan/phpstan ${{ matrix.phpstan }}
- run: composer require "phpstan/phpstan:${{ matrix.phpstan }}"
- run: composer test

format:
Expand Down Expand Up @@ -51,5 +53,5 @@ jobs:
with:
php-version: ${{ matrix.php }}
tools: composer
- run: composer require phpstan/phpstan ${{ matrix.phpstan }}
- run: composer require "phpstan/phpstan:${{ matrix.phpstan }}"
- run: composer analyse

0 comments on commit b65aeb3

Please sign in to comment.