Skip to content

Commit

Permalink
[TASK] Use PHP 8.3 in test coverage job for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Nov 9, 2023
1 parent 5f892b3 commit 29b6eaf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
# @todo Switch to PHP 8.3 once https://github.com/oerdnj/deb.sury.org/issues/2034
# is resolved and DDEV comes with a PHP 8.3 compatible version
php-version: 8.2
tools: composer:v2
coverage: none

Expand All @@ -89,8 +91,10 @@ jobs:
with:
autostart: false
- name: Configure and start DDEV
# @todo Switch to PHP 8.3 once https://github.com/oerdnj/deb.sury.org/issues/2034
# is resolved and DDEV comes with a PHP 8.3 compatible version
run: |
ddev config --project-type=typo3 --php-version=8.3 --xdebug-enabled=true --webimage-extra-packages=
ddev config --project-type=typo3 --php-version=8.2 --xdebug-enabled=true --webimage-extra-packages=
ddev start
# Install dependencies
Expand Down

0 comments on commit 29b6eaf

Please sign in to comment.