Skip to content

Commit

Permalink
Removed tests for PHP 7.3-7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Feb 12, 2023
1 parent 684eeb9 commit f4f5ea3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,12 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "7.3", "7.4", "8.0", "8.1" ]
php: [ "8.0", "8.1" ]
laravel: [ "7.0", "8.0", "9.0" ]
exclude:
- laravel: "7.0"
php: 8.1

- laravel: "9.0"
php: 7.3

- laravel: "9.0"
php: 7.4

name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}

steps:
Expand Down

0 comments on commit f4f5ea3

Please sign in to comment.