Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41678b05 authored by Anna Larch's avatar Anna Larch
Browse files

Add stable22 and stable23 to testing workflow



Signed-off-by: default avatarAnna Larch <anna@nextcloud.com>
parent 4a58b357
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -12,12 +12,10 @@ jobs:
    strategy:
      matrix:
        php-versions: ['7.3', '7.4']
        nextcloud-versions: ['stable20', 'stable21', 'master']
        nextcloud-versions: ['stable20', 'stable21', 'stable22', 'stable23', 'master']
        include:
          - php-versions: '7.2'
            nextcloud-versions: 'stable20'
          - php-versions: '8.0'
            nextcloud-versions: 'stable21'
          - php-versions: '8.0'
            nextcloud-versions: 'master'
    name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests