Skip to content

Commit 7057a04

Browse files
committed
remove php8.1 from tests
Signed-off-by: Arne Hamann <[email protected]>
1 parent 0cfdf6a commit 7057a04

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-versions: [8.1, 8.2, 8.3, 8.4]
15+
php-versions: [8.2, 8.3, 8.4]
1616
nextcloud-versions: ['stable31']
1717
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
1818
steps:
@@ -47,12 +47,6 @@ jobs:
4747
run: composer run test:unit
4848
env:
4949
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
5650
- name: Report coverage
5751
uses: codecov/[email protected]
5852
if: ${{ always() && matrix.nextcloud-versions == 'master' && matrix.php-versions != 8.1}}

0 commit comments

Comments
 (0)