Skip to content

Commit c5620b9

Browse files
committed
remove php8.1 from tests
Signed-off-by: Arne Hamann <git@arne.email>
1 parent 0cfdf6a commit c5620b9

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 6 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:
@@ -48,11 +48,6 @@ jobs:
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}}

0 commit comments

Comments
 (0)