|
44 | 44 | uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main |
45 | 45 | strategy: |
46 | 46 | matrix: |
47 | | - php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] |
| 47 | + php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] |
48 | 48 | with: |
49 | 49 | PHP_VERSION: ${{ matrix.php-ver }} |
50 | 50 | LINT_ARGS: '-e php --colors --show-deprecated ./Inpsyde' |
|
58 | 58 | uses: inpsyde/reusable-workflows/.github/workflows/static-analysis-php.yml@main |
59 | 59 | strategy: |
60 | 60 | matrix: |
61 | | - php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] |
| 61 | + php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] |
62 | 62 | with: |
63 | 63 | PHP_VERSION: ${{ matrix.php-ver }} |
64 | 64 | PSALM_ARGS: ${{ format('--no-suggestions --report-show-info=false --find-unused-psalm-suppress --no-diff --output-format={0}', ((github.event_name == 'pull_request') && 'github') || 'compact') }} |
|
68 | 68 | uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main |
69 | 69 | strategy: |
70 | 70 | matrix: |
71 | | - php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] |
| 71 | + php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] |
72 | 72 | with: |
73 | 73 | PHP_VERSION: ${{ matrix.php-ver }} |
74 | 74 | PHPUNIT_ARGS: '--no-coverage' |
0 commit comments