summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/api-integration-tests.yml')
-rw-r--r--.github/workflows/api-integration-tests.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml
index 310b1527b..c9a1d4cc9 100644
--- a/.github/workflows/api-integration-tests.yml
+++ b/.github/workflows/api-integration-tests.yml
@@ -41,6 +41,10 @@ jobs:
nextcloud: pre-release
database: sqlite
experimental: true
+ - php-versions: 8.1
+ nextcloud: stable24
+ database: sqlite
+ experimental: false
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -101,7 +105,7 @@ jobs:
uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@main
with:
app: 'news'
- check-code: ${{ matrix.experimental }} == false
+ check-code: false
force: ${{ matrix.experimental }}
- name: Setup problem matchers for PHP