We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620fc16 commit 298ea64Copy full SHA for 298ea64
.github/workflows/tests.yml
@@ -2,6 +2,9 @@ name: tests
2
3
on:
4
push:
5
+ branches:
6
+ - master
7
+ - '*.x'
8
pull_request:
9
schedule:
10
- cron: '0 0 * * *'
@@ -13,7 +16,7 @@ jobs:
13
16
strategy:
14
17
fail-fast: true
15
18
matrix:
- php: ['8.0', 8.1]
19
+ php: ['8.0', 8.1, 8.2]
20
laravel: [9]
21
22
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
composer.json
@@ -16,7 +16,7 @@
"require": {
"php": "^8.0",
"ext-json": "*",
- "firebase/php-jwt": "^6.0",
+ "firebase/php-jwt": "^6.3.1",
"illuminate/auth": "^9.0",
"illuminate/console": "^9.0",
"illuminate/container": "^9.0",
0 commit comments