Skip to content

Commit

Permalink
Upgrade CI to PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Dec 4, 2021
1 parent 1b984e7 commit deb29af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -22,12 +22,6 @@ jobs:
strategy:
matrix:
php-version:
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "7.0"
- "7.1"
- "7.2"
- "7.3"
- "7.4"
Expand All @@ -36,11 +30,11 @@ jobs:
os: [ubuntu-latest]
experimental: [false]
include:
- php-version: "5.3"
- php-version: "7.2"
dependencies: highest
os: ubuntu-latest
experimental: false
- php-version: "5.3"
- php-version: "7.2"
dependencies: lowest
os: ubuntu-latest
experimental: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php-version:
- "5.3"
- "7.2"
- "latest"

steps:
Expand Down
2 changes: 1 addition & 1 deletion src/Composer/Console/Application.php
Expand Up @@ -119,7 +119,7 @@ public function __construct()
/**
* @inheritDoc
*/
public function run(InputInterface $input = null, OutputInterface $output = null)
public function run(InputInterface $input = null, OutputInterface $output = null): int
{
if (null === $output) {
$output = Factory::createOutput();
Expand Down

0 comments on commit deb29af

Please sign in to comment.