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

Unverified Commit 7023a7a8 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #3669 from nextcloud/enhancement/add-22-and-23

Add stable22 and stable23 to testing workflow
parents ce31a8b2 41678b05
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