CI update
This commit is contained in:
parent
9b16336e74
commit
37ebac6529
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -5,10 +5,14 @@ on: [push]
|
|||
jobs:
|
||||
build-test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: [8.1, 8.2, 8.3]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: php-actions/composer@v6
|
||||
- uses: php-actions/phpstan@v3
|
||||
- uses: php-actions/phpunit@v3
|
||||
env:
|
||||
ACTION_TEST_SUFFIX: Test.php
|
||||
ACTION_TEST_SUFFIX: "Test.php"
|
||||
|
|
Loading…
Reference in a new issue