Browse Source

Add lint job for PHP8.2

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v25.0.0beta1
Christoph Wurst 2 years ago
parent
commit
a849b3fa0c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/lint.yml

+ 1
- 1
.github/workflows/lint.yml View File

runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['7.4', '8.0', '8.1', '8.2']
name: php${{ matrix.php-versions }} lint name: php${{ matrix.php-versions }} lint
steps: steps:
- name: Checkout - name: Checkout

Loading…
Cancel
Save