Skip to content

Commit

Permalink
- test against up-to-date dependencies and PHP 8.3
Browse files Browse the repository at this point in the history
- enable plugin instance sharing in provided simple plugin manager factories for strategies and validators
  • Loading branch information
Articus committed Feb 4, 2024
1 parent 5dda7a4 commit 7941e4b
Show file tree
Hide file tree
Showing 7 changed files with 471 additions and 519 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
- php: '8.1'
has_unique_dependencies: true
- php: '8.2'
- php: '8.3'
upload_coverage: true
#TODO test against PHP 8.3 when PHPSpec supports it
#- php: '8.3'
container: ghcr.io/articus/phpdbg-coveralls:${{ matrix.php }}_2.6.0_2023-12-18
container: ghcr.io/articus/phpdbg-coveralls:${{ matrix.php }}_2.7.0_2024-01-08
steps:
- name: Workaround for https://git-scm.com/docs/git-config/2.39.2#Documentation/git-config.txt-safedirectory
run: chown root:root ./
Expand Down
392 changes: 162 additions & 230 deletions composer.lock

Large diffs are not rendered by default.

198 changes: 100 additions & 98 deletions composer.lock.7.4

Large diffs are not rendered by default.

126 changes: 64 additions & 62 deletions composer.lock.8.0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7941e4b

Please sign in to comment.