Skip to content

Commit

Permalink
CI: drop PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 20, 2020
1 parent c709531 commit eedc373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ jobs:

strategy:
matrix:
php-version: ["7.2", "7.3", "7.4"]
php-version: ["7.3", "7.4"]
operating-system: ["ubuntu-latest"]
composer-args: [ "" ]
include:
- php-version: "7.2"
- php-version: "7.3"
operating-system: "ubuntu-latest"
composer-args: "--prefer-lowest"
- php-version: "8.0"
Expand Down

0 comments on commit eedc373

Please sign in to comment.