Skip to content

Commit c944161

Browse files
authored
Workflows
1 parent 70916c2 commit c944161

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/wp-compatibility-test.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
php-version: ['7.4', '8.0', '8.3', '8.4']
39+
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
4040

4141
steps:
4242
- name: Checkout code
@@ -387,7 +387,7 @@ jobs:
387387
runs-on: ubuntu-latest
388388
strategy:
389389
matrix:
390-
php-version: ['7.4', '8.0', '8.3', '8.4']
390+
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
391391
fail-fast: false
392392

393393
steps:
@@ -457,7 +457,7 @@ jobs:
457457
runs-on: ubuntu-latest
458458
strategy:
459459
matrix:
460-
php-version: ['7.4', '8.0', '8.3', '8.4']
460+
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
461461
fail-fast: false
462462

463463
steps:
@@ -548,16 +548,14 @@ jobs:
548548
runs-on: ubuntu-latest
549549
strategy:
550550
matrix:
551-
php-version: ['7.4', '8.0', '8.3', '8.4']
551+
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
552552
wp-version: ['6.5', 'latest', 'nightly']
553553
fail-fast: false
554554

555555
services:
556556
mysql:
557-
image: mariadb:10.6
557+
image: mysql:8.4
558558
env:
559-
MARIADB_ROOT_PASSWORD: root
560-
MARIADB_DATABASE: wordpress_test
561559
MYSQL_ROOT_PASSWORD: root
562560
MYSQL_DATABASE: wordpress_test
563561
ports:
@@ -836,7 +834,7 @@ jobs:
836834
runs-on: ubuntu-latest
837835
strategy:
838836
matrix:
839-
php-version: ['7.4', '8.0', '8.3', '8.4']
837+
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
840838
fail-fast: false
841839

842840
steps:

0 commit comments

Comments
 (0)