Skip to content

Commit e9a273f

Browse files
committed
Remove latest from the possible WP versions
1 parent e4e12b7 commit e9a273f

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
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
php_versions: [ '8.0', '8.1', '8.2', '8.3' ]
24-
core: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', 'latest' ]
24+
core: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5' ]
2525
name: Test PHP ${{ matrix.php_versions }} with WP ${{ matrix.core }}
2626
steps:
2727
- name: Checkout

0 commit comments

Comments
 (0)