Skip to content

Commit

Permalink
ci: update to stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Mar 11, 2024
1 parent 373ef5c commit f90b95e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.1']
server-versions: ['stable27']
server-versions: ['stable28']

services:
mysql:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.1']
server-versions: ['stable27']
server-versions: ['stable28']

services:
postgres:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.1']
server-versions: ['stable27']
server-versions: ['stable28']

steps:
- name: Checkout server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
submodules: true
repository: nextcloud/server
ref: stable27
ref: stable28

- name: Checkout the app
uses: actions/checkout@v4
Expand Down

0 comments on commit f90b95e

Please sign in to comment.