Skip to content

Commit

Permalink
Merge branch 'master' into fix/improve-post-exists-query
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 authored Sep 10, 2024
2 parents 5f1acd4 + 13b420d commit abc3751
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
# Notes regarding supported versions in WP:
# The base matrix only contains the PHP versions which are supported on all supported WP versions.
php: ['7.0', '7.1', '7.2', '7.3']
php: ['7.2', '7.3']
wp: ['latest', '5.2']
experimental: [false]

Expand Down Expand Up @@ -69,6 +69,20 @@ jobs:
- php: '5.6'
wp: '5.2'
experimental: false
# PHP 7.0 was supported up to WP 6.5.
- php: '7.0'
wp: '5.2'
experimental: false
- php: '7.0'
wp: '6.5'
experimental: false
# PHP 7.1 was supported up to WP 6.5.
- php: '7.1'
wp: '5.2'
experimental: false
- php: '7.1'
wp: '6.5'
experimental: false

# Complement the builds run via the matrix with some additional builds against specific WP versions.
- php: '7.3'
Expand Down

0 comments on commit abc3751

Please sign in to comment.