Skip to content

Commit

Permalink
Remove unsupported PHP versions and old exclude from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michitux committed Sep 22, 2023
1 parent 02c330c commit 5126bb8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/phpTestLinux.yml
Expand Up @@ -10,11 +10,8 @@ jobs:

strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0']
php-versions: ['7.4', '8.0']
dokuwiki-branch: [ 'master', 'stable']
exclude:
- dokuwiki-branch: 'stable'
php-versions: '8.0'
fail-fast: false

steps:
Expand Down

0 comments on commit 5126bb8

Please sign in to comment.