Sfoglia il codice sorgente

Add lint job for PHP8.2

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v25.0.0beta1
Christoph Wurst 2 anni fa
parent
commit
a849b3fa0c
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .github/workflows/lint.yml

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

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

Loading…
Annulla
Salva