Skip to content

Commit 298ea64

Browse files
authored
Test on PHP 8.2 (#1592)
* Test on PHP 8.2 * Update composer.json
1 parent 620fc16 commit 298ea64

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: tests
22

33
on:
44
push:
5+
branches:
6+
- master
7+
- '*.x'
58
pull_request:
69
schedule:
710
- cron: '0 0 * * *'
@@ -13,7 +16,7 @@ jobs:
1316
strategy:
1417
fail-fast: true
1518
matrix:
16-
php: ['8.0', 8.1]
19+
php: ['8.0', 8.1, 8.2]
1720
laravel: [9]
1821

1922
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^8.0",
1818
"ext-json": "*",
19-
"firebase/php-jwt": "^6.0",
19+
"firebase/php-jwt": "^6.3.1",
2020
"illuminate/auth": "^9.0",
2121
"illuminate/console": "^9.0",
2222
"illuminate/container": "^9.0",

0 commit comments

Comments
 (0)