summaryrefslogtreecommitdiffstats
path: root/.github/workflows/phpunit-sqlite.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/phpunit-sqlite.yml')
-rw-r--r--.github/workflows/phpunit-sqlite.yml13
1 files changed, 5 insertions, 8 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index 562ba2ba3..ed1151ab9 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -5,10 +5,7 @@
name: PHPUnit sqlite
-on:
- pull_request:
- schedule:
- - cron: "5 2 * * *"
+on: pull_request
permissions:
contents: read
@@ -50,7 +47,7 @@ jobs:
strategy:
matrix:
- php-versions: ['8.0']
+ php-versions: ['8.2']
server-versions: ['master']
steps:
@@ -60,19 +57,19 @@ jobs:
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
- name: Checkout server
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
- name: Checkout app
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
- uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2
+ uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2
with:
php-version: ${{ matrix.php-versions }}
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation