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

Unverified Commit 10ab4420 authored by Richard Steinmetz's avatar Richard Steinmetz Committed by GitHub
Browse files

Merge pull request #3942 from nextcloud/techdebt/noid/fix-ci

[stable3.0] Drop php 7.3 for php-test workflow on master
parents f5ab40b6 551ae69e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -12,10 +12,12 @@ jobs:
    strategy:
      matrix:
        php-versions: ['7.3', '7.4']
        nextcloud-versions: ['stable20', 'stable21', 'stable22', 'stable23', 'master']
        nextcloud-versions: ['stable20', 'stable21', 'stable22', 'stable23']
        include:
          - php-versions: '7.3'
            nextcloud-versions: 'stable20'
          - php-versions: '7.4'
            nextcloud-versions: 'master'
          - php-versions: '8.0'
            nextcloud-versions: 'master'
    name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests