Skip to content

Commit

Permalink
Test on PHP 8.2 (#1592)
Browse files Browse the repository at this point in the history
* Test on PHP 8.2

* Update composer.json
  • Loading branch information
driesvints authored Nov 2, 2022
1 parent 620fc16 commit 298ea64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: tests

on:
push:
branches:
- master
- '*.x'
pull_request:
schedule:
- cron: '0 0 * * *'
Expand All @@ -13,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.0', 8.1]
php: ['8.0', 8.1, 8.2]
laravel: [9]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 298ea64

Please sign in to comment.