Skip to content

Commit fa9a616

Browse files
authored
Update deployment matrix after WordPress 7.0 (#1031)
1 parent 34e8108 commit fa9a616

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
php: ['7.2', '7.3', '7.4', '8.5']
77+
php: ['8.5', '7.4']
7878
wp: ['latest']
7979
mysql: ['8.0']
8080
include:
@@ -99,6 +99,9 @@ jobs:
9999
- php: '7.2'
100100
wp: '4.9'
101101
mysql: '5.6'
102+
- php: '7.2'
103+
wp: '6.9'
104+
mysql: '8.0'
102105
runs-on: ubuntu-22.04
103106
env:
104107
WP_CLI_BIN_DIR: /tmp/wp-cli-phar

0 commit comments

Comments
 (0)