Skip to content

Commit

Permalink
remove lower PHP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Jul 15, 2021
1 parent acc5ef8 commit 7974bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-18.04", "windows-latest"]
php: ["7.4", "8.0"]
php: ["8.0"]
stability: ["prefer-stable"]

name: "Unit - ${{ matrix.os }} - PHP ${{ matrix.php }} - ${{ matrix.stability }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/laravel-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-18.04", "windows-latest"]
php: ["7.4", "8.0"]
php: ["8.0"]
stability: ["prefer-stable"]

name: "${{ matrix.os }} - PHP ${{ matrix.php }} - ${{ matrix.stability }}"
Expand Down

0 comments on commit 7974bb6

Please sign in to comment.