Skip to content

Commit

Permalink
Add dedicated PHPUnit 11 CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Feb 4, 2024
1 parent 730395b commit d1eab15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
dependencies: ['highest']
coverage: ['xdebug']
include:
- description: 'PHPUnit 11'
coverage: 'xdebug3'
php: '8.3'
phpunit: "^11"
- description: 'Xdebug 2'
coverage: 'xdebug2'
php: '8.1'
Expand All @@ -46,6 +50,8 @@ jobs:
coverage: ${{ matrix.coverage }}
- run: composer remove --dev facile-it/facile-coding-standard --no-update
if: matrix.dependencies == 'lowest'
- run: composer require phpunit/phpunit {{ matrix.phpunit }} --no-update
if: matrix.phpunit
- uses: ramsey/composer-install@v2
with:
dependency-versions: ${{ matrix.dependencies }}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-alpine
FROM php:8.2-alpine

RUN apk --no-cache add \
$PHPIZE_DEPS \
Expand Down

0 comments on commit d1eab15

Please sign in to comment.