Przeglądaj źródła

Add lint job for PHP8.2

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v25.0.0beta1
Christoph Wurst 2 lat temu
rodzic
commit
a849b3fa0c
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      .github/workflows/lint.yml

+ 1
- 1
.github/workflows/lint.yml Wyświetl plik

@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
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
steps:
- name: Checkout

Ładowanie…
Anuluj
Zapisz