summaryrefslogtreecommitdiffstats
path: root/.github/workflows/frontend-nodejs-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/frontend-nodejs-tests.yml')
-rw-r--r--.github/workflows/frontend-nodejs-tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/frontend-nodejs-tests.yml b/.github/workflows/frontend-nodejs-tests.yml
index d78409ae4..6b0cbbed9 100644
--- a/.github/workflows/frontend-nodejs-tests.yml
+++ b/.github/workflows/frontend-nodejs-tests.yml
@@ -10,12 +10,12 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
- nextcloud: ['stable24']
+ nextcloud: ['stable27']
database: ['sqlite']
experimental: [false]
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2