Skip to content

Commit

Permalink
Remove olf versions of WP
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahe committed Jun 13, 2024
1 parent adaebb9 commit 89448ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
wp: [ '5.4', '5.5', '5.6', '5.7', '5.8', '5.9', '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', 'latest' ]
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', 'latest' ]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} with WP ${{ matrix.wp }}
steps:
- name: Checkout
Expand Down

0 comments on commit 89448ca

Please sign in to comment.