Skip to content

Commit

Permalink
feat: Upgraded jwt libraries and drop php8.1 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Aug 29, 2024
1 parent 5b97c50 commit b75dba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.2', '8.3']
steps:
- uses: shivammathur/setup-php@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Roadiz sub-package which generates Markdown documentation skeleton based on your schema",
"type": "library",
"require": {
"php": ">=8.1",
"php": ">=8.2",
"roadiz/nodetype-contracts": "~1.1.2",
"symfony/translation": "6.4.*",
"symfony/http-foundation": "6.4.*"
Expand Down

0 comments on commit b75dba7

Please sign in to comment.