diff --git a/.github/workflows/test-and-ship.yml b/.github/workflows/test-and-ship.yml index 6224b49af8..67fd78cd5b 100644 --- a/.github/workflows/test-and-ship.yml +++ b/.github/workflows/test-and-ship.yml @@ -64,14 +64,9 @@ jobs: mysql -e "SELECT version();" ; mysql -e "SET GLOBAL sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'" ; - # installing our own composer as a stop-gap measure - # installer_sig=`curl https://composer.github.io/installer.sha384sum | cut -f 1 -d ' '` - # php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" - # php -r "if (hash_file('sha384', 'composer-setup.php') === '${installer_sig}') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" - # php composer-setup.php --install-dir=bin --version=2.3.7 - # php -r "unlink('composer-setup.php');" - - composer install --no-interaction ; + composer -V ; + + composer install -q --no-interaction ; - name: Check linting run: | diff --git a/composer.lock b/composer.lock index aca739329d..57d699f846 100644 --- a/composer.lock +++ b/composer.lock @@ -285,16 +285,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.261.1", + "version": "3.261.2", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "cb7f6d7ca313bfd3135ff23c49d734c1a7616d6a" + "reference": "4f9cd0d3fc439372cd9f57d4f1bea9744216d2f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/cb7f6d7ca313bfd3135ff23c49d734c1a7616d6a", - "reference": "cb7f6d7ca313bfd3135ff23c49d734c1a7616d6a", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4f9cd0d3fc439372cd9f57d4f1bea9744216d2f0", + "reference": "4f9cd0d3fc439372cd9f57d4f1bea9744216d2f0", "shasum": "" }, "require": { @@ -373,9 +373,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.261.1" + "source": "https://github.com/aws/aws-sdk-php/tree/3.261.2" }, - "time": "2023-02-28T19:22:11+00:00" + "time": "2023-03-01T19:22:23+00:00" }, { "name": "beheh/flaps",