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 55add4e commit 74d6833
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 @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"ext-json": "*",
"roadiz/nodetype-contracts": "~1.1.2",
"symfony/string": "6.4.*",
Expand Down

0 comments on commit 74d6833

Please sign in to comment.