Ver código fonte

Add lint job for PHP8.2

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v25.0.0beta1
Christoph Wurst 2 anos atrás
pai
commit
a849b3fa0c
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .github/workflows/lint.yml

+ 1
- 1
.github/workflows/lint.yml Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar