Skip to content

Commit

Permalink
Merge pull request #2889 from timber/1.x-fix-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gchtr committed Jan 25, 2024
2 parents ffc934c + 8a38406 commit 3c46e58
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:

services:
mysql:
image: mariadb:latest
env:
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_ROOT_PASSWORD: ''
MYSQL_DATABASE: wordpress_test
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
image: mariadb:latest
env:
MYSQL_USER: root
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_ROOT_PASSWORD: ''
MYSQL_DATABASE: wordpress_test
ports:
- 3306
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3

continue-on-error: ${{ matrix.experimental }}
strategy:
Expand Down Expand Up @@ -81,6 +82,12 @@ jobs:
dependency-version: 'prefer-lowest'
multisite: '0'
experimental: false
# PHP 8.2
- php: '8.2'
wp: 'latest'
dependency-version: 'prefer-stable'
multisite: '0'
experimental: true
# PHP with Imagick
- php: '7.4'
wp: 'latest'
Expand Down

0 comments on commit 3c46e58

Please sign in to comment.