Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
PHPUnit 11 released
Browse files Browse the repository at this point in the history
  • Loading branch information
gander committed Mar 11, 2024
1 parent 0169f93 commit 7bb95a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
tag: '8.3'
xdebug_ext: 'xdebug-^3.3'
xdebug_file: 'config/xdebug3.ini'
phpunit_ver: '8,9,10'
phpunit_ver: '8,9,10,11'
- version: '8.2'
xdebug_ext: 'xdebug-^3.2'
xdebug_file: 'config/xdebug3.ini'
phpunit_ver: '8,9,10'
phpunit_ver: '8,9,10,11'
- version: '8.1'
xdebug_ext: 'xdebug-^3.2'
xdebug_file: 'config/xdebug3.ini'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker build \
--build-arg PHP_VERSION=8.3 \
--build-arg XDEBUG_EXTENSION=xdebug-^3.3 \
--build-arg XDEBUG_CONFIG_FILE=config/xdebug3.ini \
--build-arg PHPUNIT_VERSIONS=8,9,10 \
--build-arg PHPUNIT_VERSIONS=8,9,10,11 \
.
```

Expand All @@ -39,7 +39,7 @@ docker build \
--build-arg PHP_VERSION=8.2 \
--build-arg XDEBUG_EXTENSION=xdebug-^3.2 \
--build-arg XDEBUG_FILE=config/xdebug3.ini \
--build-arg PHPUNIT_VERSIONS=8,9,10 \
--build-arg PHPUNIT_VERSIONS=8,9,10,11 \
.
```

Expand Down

0 comments on commit 7bb95a0

Please sign in to comment.