Tests: fixed after 61448230648152e7b2a6230efd08d87ebb65a9dd #12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
branches: | |
- master | |
tags: | |
- 'v*' | |
pull_request: | |
jobs: | |
tests: | |
uses: janpecha/actions/.github/workflows/nette-tester-library.yml@master | |
with: | |
phpVersions: '["8.0", "8.1", "8.2", "8.3", "8.4"]' | |
lowestDependencies: true | |
coding-style: | |
uses: janpecha/actions/.github/workflows/code-checker.yml@master | |
static-analysis: | |
uses: janpecha/actions/.github/workflows/phpstan.yml@master | |
with: | |
phpVersions: '["8.0", "8.1", "8.2", "8.3", "8.4"]' |