summaryrefslogtreecommitdiffstats
path: root/.github/workflows/frontend-nodejs-tests.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-05-03 18:38:00 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-05-03 21:26:03 +0200
commit33fe41e86a72f1ba39b4002cb54a62f197da45bd (patch)
treea980bbf9b460f19e68628ed48987b664253b0857 /.github/workflows/frontend-nodejs-tests.yml
parentd72dcad287b3a86a2c680cf73507b2799def697e (diff)
Update php version and disable code check
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github/workflows/frontend-nodejs-tests.yml')
-rw-r--r--.github/workflows/frontend-nodejs-tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/frontend-nodejs-tests.yml b/.github/workflows/frontend-nodejs-tests.yml
index a111b0876..d78409ae4 100644
--- a/.github/workflows/frontend-nodejs-tests.yml
+++ b/.github/workflows/frontend-nodejs-tests.yml
@@ -9,8 +9,8 @@ jobs:
name: "Frontend: Nextcloud ${{ matrix.nextcloud }} - PHP ${{ matrix.php-versions }} - DB ${{ matrix.database }}"
strategy:
matrix:
- php-versions: ['8.0']
- nextcloud: ['stable23']
+ php-versions: ['8.1']
+ nextcloud: ['stable24']
database: ['sqlite']
experimental: [false]
steps:
@@ -39,7 +39,7 @@ jobs:
uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@main
with:
app: 'news'
- check-code: true
+ check-code: false
- name: Install frontend requirements
run: sudo apt update && sudo apt install firefox