Przeglądaj źródła

Add 8.1 tests to CI

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v24.0.0beta1
Côme Chilliet 2 lat temu
rodzic
commit
4f7b9cc6b2
No account linked to committer's email address
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1
    1
      .github/workflows/lint.yml
  2. 1
    1
      .github/workflows/oci.yml

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

@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['7.3', '7.4', '8.0', '8.1']
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout

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

@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '7.3', '7.4', '8.0' ]
php-versions: [ '7.3', '7.4', '8.0', '8.1']
databases: [ 'oci' ]

name: php${{ matrix.php-versions }}-${{ matrix.databases }}

Ładowanie…
Anuluj
Zapisz