Skip to content

Commit

Permalink
update test to php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Aug 28, 2024
1 parent 32a0d1e commit 85651a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: PHPUnit Coverage Tests
runs-on: ubuntu-latest
container:
image: pookmish/drupal8ci:latest
image: pookmish/drupal8ci:php8.3
services:
mysql:
image: mysql:5.7
Expand All @@ -18,7 +18,7 @@ jobs:
- 33306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: project
- name: Build project
Expand All @@ -37,7 +37,7 @@ jobs:
name: Drupal 11 PHPUnit Coverage Tests
runs-on: ubuntu-latest
container:
image: pookmish/drupal8ci:latest
image: pookmish/drupal8ci:php8.3
services:
mysql:
image: mysql:5.7
Expand All @@ -50,7 +50,7 @@ jobs:
- 33306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: project
- name: Build project
Expand All @@ -74,7 +74,7 @@ jobs:
# DRUPAL_DATABASE_PASSWORD: drupal
# DRUPAL_DATABASE_HOST: mysql
# container:
# image: pookmish/drupal8ci:latest
# image: pookmish/drupal8ci:php8.3
# options: '--network-alias drupal8ci'
# services:
# mysql:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
# DRUPAL_DATABASE_PASSWORD: drupal
# DRUPAL_DATABASE_HOST: mysql
# container:
# image: pookmish/drupal8ci:latest
# image: pookmish/drupal8ci:php8.3
# options: '--network-alias=drupal8ci'
# services:
# selenium:
Expand Down

0 comments on commit 85651a1

Please sign in to comment.