Skip to content

Commit

Permalink
Merge pull request #32 from alleyinteractive/8.0
Browse files Browse the repository at this point in the history
Bumping to PHP 8
  • Loading branch information
srtfisher authored Nov 4, 2022
2 parents 43357b8 + 2aa9976 commit 7e5a6ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
php-tests:
strategy:
matrix:
php: [7.4, 8.0]
php: [8.0]
wordpress: ["latest"]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
Expand Down
2 changes: 1 addition & 1 deletion bin/mantle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if ( file_exists( __DIR__ . '/../../../autoload.php' ) ) {
require __DIR__ . '/../vendor/autoload.php';
}

$app = new Symfony\Component\Console\Application( 'Mantle Installer', '0.1.5' );
$app = new Symfony\Component\Console\Application( 'Mantle Installer', '1.0.2' );
$app->add( new Mantle\Installer\Console\Install_Command() );

$app->run();
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.0",
"symfony/console": "^5.0",
"symfony/process": "^5.0"
},
Expand Down

0 comments on commit 7e5a6ac

Please sign in to comment.