Skip to content

Commit 78220d5

Browse files
committed
update test workflow
Run full upgrade on current PHP
1 parent 7b14392 commit 78220d5

File tree

3 files changed

+13
-54
lines changed

3 files changed

+13
-54
lines changed

.github/workflows/dokuwiki.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: DokuWiki Default Tasks
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '44 22 2 * *'
7+
8+
9+
jobs:
10+
all:
11+
uses: dokuwiki/github-action/.github/workflows/all.yml@main

.github/workflows/fullUpgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: '7.2'
23+
php-version: '8.2'
2424
extensions: mbstring, intl, PDO, pdo_sqlite, bz2
2525

2626
- name: Download DokuWiki
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup PHP
5858
uses: shivammathur/setup-php@v2
5959
with:
60-
php-version: '7.2'
60+
php-version: '8.2'
6161
extensions: mbstring, intl, PDO, pdo_sqlite, bz2
6262

6363
- name: Download DokuWiki

.github/workflows/phpTestLinux.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)