Skip to content

Commit a837819

Browse files
committed
fix: remove 6.6 not released yet
1 parent 4426cfa commit a837819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
operating-system: [ ubuntu-latest ]
2121
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', '6.6', 'latest' ]
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' ]
2323
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} with WP ${{ matrix.wp }}
2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)