File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- php-versions : [8.1, 8. 2, 8.3, 8.4]
16- nextcloud-versions : ['stable31']
15+ php-versions : [8.2, 8.3, 8.4]
16+ nextcloud-versions : ['stable30', ' stable31']
1717 name : Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
1818 steps :
1919 - name : Set up php${{ matrix.php-versions }}
4848 env :
4949 XDEBUG_MODE : coverage
5050 - name : Run tests
51- if : ${{ always() && matrix.php-versions == 8.1 }}
52- working-directory : nextcloud/apps/maps
53- run : composer run test:unit
54- env :
55- XDEBUG_MODE : off
5651 - name : Report coverage
5752 uses : codecov/codecov-action@v3.0.0
5853 if : ${{ always() && matrix.nextcloud-versions == 'master' && matrix.php-versions != 8.1}}
You can’t perform that action at this time.
0 commit comments