Skip to content

Commit

Permalink
Update install-current-plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
newtovaux authored Nov 7, 2023
1 parent 8ebd131 commit bd2f458
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/install-current-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
wordpress-versions: ['5.8', '5.9', '6.0', '6.1', '6.2', '6.3', '6.4', 'latest', 'nightly']
exclude:
- php-versions: '7.4'
wordpress-versions: '6.4'
experimental: [false]
# Uncomment for testing other experimental version combinations
# include:
Expand Down Expand Up @@ -117,4 +120,4 @@ jobs:
run: wget -SO- http://127.0.0.1:8081/
- name: Test WP Response (WP Admin)
run: wget -SO- http://127.0.0.1:8081/wp-admin/


0 comments on commit bd2f458

Please sign in to comment.