Skip to content

Commit

Permalink
Merge branch 'deps/bump'
Browse files Browse the repository at this point in the history
* deps/bump:
  chore(ci): add php `8.3` tests
  chore(deps): bump dependencies version
  • Loading branch information
feryardiant committed Sep 3, 2024
2 parents c373934 + 277bfcb commit 31cd8e8
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2']
php: ['8.1', '8.2', '8.3']

steps:
- name: Checkout
Expand Down
79 changes: 40 additions & 39 deletions composer.lock

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"release": "standard-version -s"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"lint-staged": "^15.0.2",
"simple-git-hooks": "^2.9.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"standard-version": "^9.5.0"
},
"commitlint": {
Expand Down
Loading

0 comments on commit 31cd8e8

Please sign in to comment.