Skip to content

Commit 2a09002

Browse files
ci: revert org changes in actions
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent d7a7419 commit 2a09002

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
matrix:
9090
# Run multiple copies of the current job in parallel
9191
# Please increase the number or runners as your tests suite grows
92-
containers: ['component', '1', '2', '3']
92+
containers: [1]
9393

9494
name: runner ${{ matrix.containers }}
9595

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: versions
3131
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
3232
with:
33-
matrix: '{"mysql-versions": ["8.4"]}'
33+
matrix: '{"mysql-versions": ["8.1"]}'
3434

3535
changes:
3636
runs-on: ubuntu-latest-low

0 commit comments

Comments
 (0)