Skip to content

Commit

Permalink
ci - remove php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lisps committed Oct 24, 2021
1 parent cbe2e3c commit c91eb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpTestLinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
php-versions: ['5.6', '7.2', '7.3', '7.4', '8.0']
php-versions: ['7.2', '7.3', '7.4', '8.0']
dokuwiki-branch: [ 'master', 'stable', 'old-stable' ]
exclude:
- dokuwiki-branch: ['stable', 'old-stable']
Expand Down

0 comments on commit c91eb96

Please sign in to comment.