Skip to content

Commit 5126bb8

Browse files
committed
Remove unsupported PHP versions and old exclude from CI
1 parent 02c330c commit 5126bb8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/phpTestLinux.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php-versions: ['7.2', '7.3', '7.4', '8.0']
13+
php-versions: ['7.4', '8.0']
1414
dokuwiki-branch: [ 'master', 'stable']
15-
exclude:
16-
- dokuwiki-branch: 'stable'
17-
php-versions: '8.0'
1815
fail-fast: false
1916

2017
steps:

0 commit comments

Comments
 (0)