Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
  • Loading branch information
andrey18106 committed Jul 10, 2024
1 parent 6c16d28 commit aabf94b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ jobs:

nc-host-app-docker-redis:
runs-on: ubuntu-22.04
name: NC In Host(Redis) • stable27 • 🐘8.1
name: NC In Host(Redis) • stable28 • 🐘8.1

services:
postgres:
Expand Down Expand Up @@ -434,7 +434,7 @@ jobs:
with:
submodules: true
repository: nextcloud/server
ref: stable27
ref: stable28

- name: Checkout AppAPI
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down Expand Up @@ -520,23 +520,23 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: nc_host_app_docker_redis_stable27_8.1_container.json
name: nc_host_app_docker_redis_stable28_8.1_container.json
path: container.json
if-no-files-found: warn

- name: Upload Container logs
if: always()
uses: actions/upload-artifact@v3
with:
name: nc_host_app_docker_redis_stable27_8.1_container.log
name: nc_host_app_docker_redis_stable28_8.1_container.log
path: container.log
if-no-files-found: warn

- name: Upload NC logs
if: always()
uses: actions/upload-artifact@v3
with:
name: nc_host_app_docker_redis_stable27_8.1_nextcloud.log
name: nc_host_app_docker_redis_stable28_8.1_nextcloud.log
path: data/nextcloud.log
if-no-files-found: warn

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
fail-fast: false
matrix:
php-version: [ '8.1' ]
server-version: [ 'stable27' ]
server-version: [ 'stable28' ]
include:
- server-version: "stable28"
- server-version: "stable29"
php-version: "8.2"
- server-version: "master"
php-version: "8.3"
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

nc-py-api-mysql:
runs-on: ubuntu-22.04
name: NC_Py_API • stable27 • 8.1 • MySQL
name: NC_Py_API • stable28 • 8.1 • MySQL

services:
mysql:
Expand All @@ -182,13 +182,13 @@ jobs:
with:
submodules: true
repository: nextcloud/server
ref: stable27
ref: stable28

- name: Checkout Notifications
uses: actions/checkout@v3
with:
repository: nextcloud/notifications
ref: stable27
ref: stable28
path: apps/notifications

- name: Checkout AppAPI
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: mysql_nc_py_api_stable27_8.1_nextcloud.log
name: mysql_nc_py_api_stable28_8.1_nextcloud.log
path: data/nextcloud.log
if-no-files-found: warn

Expand Down

0 comments on commit aabf94b

Please sign in to comment.