We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adaebb9 commit 89448caCopy full SHA for 89448ca
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
matrix:
20
operating-system: [ ubuntu-latest ]
21
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
22
- 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' ]
23
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} with WP ${{ matrix.wp }}
24
steps:
25
- name: Checkout
0 commit comments