Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/phpcsstandards
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Dec 1, 2023
2 parents ead0420 + b4f23de commit 915f3af
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 15
matrix:
dependencies: ['lowest', 'latest']
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-versions }}, ${{ matrix.dependencies }} dependencies
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"phpcsstandards/php_codesniffer": "dev-master as 3.8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6.13"
"phpunit/phpunit": "^9.6.15"
},
"autoload": {
"psr-4": {
Expand Down
48 changes: 25 additions & 23 deletions composer.lock

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

0 comments on commit 915f3af

Please sign in to comment.