Skip to content

Commit 4b57ad9

Browse files
committed
Remove 8.3 support
1 parent d7f9f61 commit 4b57ad9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
strategy:
5252
matrix:
5353
php:
54-
- '8.3'
5554
- '8.4'
5655
symfony:
5756
- '7.3'
@@ -150,7 +149,6 @@ jobs:
150149
strategy:
151150
matrix:
152151
php:
153-
- '8.3'
154152
- '8.4'
155153
symfony:
156154
- '7.3'

src/Security/Voter/RouteVoter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected function supports($attribute, $subject): bool
4141
/**
4242
* @param Route $subject
4343
*/
44-
protected function voteOnAttribute($attribute, $subject, TokenInterface $token): bool
44+
protected function voteOnAttribute(string $attribute, $subject, TokenInterface $token): bool
4545
{
4646
foreach ($this->config as $routeConfig) {
4747
$routeRegex = str_replace('\*', '(.*)', preg_quote($routeConfig['route'], '#'));

0 commit comments

Comments
 (0)