Skip to content

Commit

Permalink
Remove php versions from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mentisy committed Dec 27, 2024
1 parent 2cab8a7 commit 78a612c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1']
php-version: ['8.1']
name: PHP ${{ matrix.php-version }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/ResponseStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @property string $ErrorCode
* @property string $Message
* @property array $Errors
* @property array<string> $Errors
*/
class ResponseStatus extends Entity
{
Expand Down

0 comments on commit 78a612c

Please sign in to comment.