We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfdf6a commit c5620b9Copy full SHA for c5620b9
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- php-versions: [8.1, 8.2, 8.3, 8.4]
+ php-versions: [8.2, 8.3, 8.4]
16
nextcloud-versions: ['stable31']
17
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
18
steps:
@@ -48,11 +48,6 @@ jobs:
48
env:
49
XDEBUG_MODE: coverage
50
- 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
56
- name: Report coverage
57
uses: codecov/codecov-action@v3.0.0
58
if: ${{ always() && matrix.nextcloud-versions == 'master' && matrix.php-versions != 8.1}}
0 commit comments