Skip to content

Commit

Permalink
feat: Upgrade Symfony version
Browse files Browse the repository at this point in the history
  • Loading branch information
Makar Sichevoi committed Aug 30, 2024
1 parent 1be6336 commit 8d54d34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.0, 8.1, 8.2, 8.3 ]
php: [ 8.1, 8.2, 8.3 ]
extra-composer-params: [ "" ]
include:
- php: 8.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "symfony-bundle",
"license": "LGPL-2.1",
"require": {
"php": ">=8.0.0",
"php": ">=8.1.0",
"ext-json": "*",
"league/oauth2-server": "^8.5",
"nyholm/psr7": "^1.8",
Expand Down
8 changes: 3 additions & 5 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
</ArgumentTypeCoercion>
<InternalMethod>
<errorLevel type="suppress">
<file name="Security/Firewall/Message/LtiPlatformMessageAuthenticationListener.php"/>
<file name="Security/Firewall/Message/LtiToolMessageAuthenticationListener.php"/>
<file name="Security/Firewall/Service/LtiServiceAuthenticationListener.php"/>
<file name="Security/Firewall/Message/LtiPlatformMessageAuthenticator.php"/>
<file name="Security/Firewall/Message/LtiToolMessageAuthenticator.php"/>
<file name="Security/Firewall/Service/LtiServiceAuthenticator.php"/>
</errorLevel>
</InternalMethod>
<ParamNameMismatch>
Expand All @@ -48,8 +48,6 @@
<PossiblyNullReference>
<errorLevel type="suppress">
<file name="DependencyInjection/Configuration.php"/>
<file name="Security/Authentication/Provider/Message/LtiPlatformMessageAuthenticationProvider.php"/>
<file name="Security/Authentication/Provider/Message/LtiToolMessageAuthenticationProvider.php"/>
</errorLevel>
</PossiblyNullReference>
<PossiblyUndefinedMethod>
Expand Down

0 comments on commit 8d54d34

Please sign in to comment.