Skip to content

Commit

Permalink
Merge pull request #23 from willemverspyck/master
Browse files Browse the repository at this point in the history
Allow "web-token/jwt-library" version 4
  • Loading branch information
PouleR authored Jul 16, 2024
2 parents 94fa5a1 + a3833ec commit 26064b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-project-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ on: [push]
jobs:
phpunit:
runs-on: ubuntu-latest
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.1', '8.2', '8.3']
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: ${{ matrix.php-versions }}
extensions: mbstring
coverage: xdebug
tools: composer:v2, php-cs-fixer, phpunit
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": ">=8.1",
"ext-json": "*",
"symfony/http-client": "^6|^7",
"web-token/jwt-library": "^3.0"
"web-token/jwt-library": "^3.0|^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 26064b0

Please sign in to comment.