summaryrefslogtreecommitdiffstats
path: root/.github/workflows/php-tests.yml
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2021-01-12 12:02:10 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-01-12 13:29:08 +0100
commit10fbb8469bd17454397bdaafc110e8e6a640be14 (patch)
tree8a95e737004b7798febb41f39b301622a2e02d9f /.github/workflows/php-tests.yml
parent67b6c4e1b0a9fa0138eb897f8a19e5b85d705c29 (diff)
PHPUnit: Test on latest beta and stable
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to '.github/workflows/php-tests.yml')
-rw-r--r--.github/workflows/php-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml
index d1d65ee40..31ac32f22 100644
--- a/.github/workflows/php-tests.yml
+++ b/.github/workflows/php-tests.yml
@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4']
- nextcloud: ['v21.0.0beta4']
+ nextcloud: ['v21.0.0beta5']
database: ['sqlite']
experimental: [false]
steps: