Skip to content

Commit

Permalink
drop php7.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Aug 9, 2024
1 parent 4fff6f2 commit 2371c75
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 57 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
php: [ '8.0', '8.1', '8.2', '8.3' ]
l5-swagger-flags: ['latest', 'swagger-php-3', 'swagger-ui-3']

name: PHP ${{ matrix.php }} - ${{ matrix.l5-swagger-flags }}
Expand Down
54 changes: 0 additions & 54 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion tests/ConfigFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public function testItThrowsExceptionIfDocumentationConfigNotFound(): void

/**
* @throws L5SwaggerException
* @dataProvider configDataProvider
*/
#[DataProvider('configDataProvider')]
public function testCanMergeConfigurationDeep(array $data, array $assert): void
Expand Down
1 change: 0 additions & 1 deletion tests/ConsoleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class ConsoleTest extends TestCase
/**
* @throws L5SwaggerException
* @throws FileNotFoundException
* @dataProvider provideGenerateCommands
*/
#[DataProvider('provideGenerateCommands')]
public function testCanGenerate(string $artisanCommand): void
Expand Down

0 comments on commit 2371c75

Please sign in to comment.