From 82ac53adab923ccae251335e57ff2cfedf61857f Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Thu, 3 Nov 2022 15:19:38 -0400 Subject: [PATCH 1/2] Bumping to 8 --- .github/workflows/unit-test.yml | 2 +- bin/mantle | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 23a73ad..c01f03f 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -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: diff --git a/bin/mantle b/bin/mantle index 1d692c6..3ca3ed4 100755 --- a/bin/mantle +++ b/bin/mantle @@ -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(); diff --git a/composer.json b/composer.json index c2bb514..47f2173 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0", "symfony/console": "^5.0", "symfony/process": "^5.0" }, From 2aa9976e1343169a8950a164a8b8ca73cac8708c Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Thu, 3 Nov 2022 15:21:13 -0400 Subject: [PATCH 2/2] Testing Github actions