Skip to content

Commit

Permalink
Merge pull request #30 from rickselby/php-8.3
Browse files Browse the repository at this point in the history
Test on PHP 8.3
  • Loading branch information
rickselby authored Nov 30, 2023
2 parents 333f9b1 + 250513e commit e608191
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*]
exclude:
- php: 8.0
laravel: 10.*
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}

steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Support for PHP 8.3

## Removed
- Support for PHP 8.0

## [3.6.0] - 2023-03-07
### Added
Expand Down
4 changes: 2 additions & 2 deletions src/GateCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public function forUser($user)
/**
* Generate a unique hash for the request.
*
* @param $ability
* @param $arguments
* @param $ability
* @param $arguments
* @return string
*/
protected function getHash($ability, $arguments)
Expand Down

0 comments on commit e608191

Please sign in to comment.