From 2c35f30c14707b44737b86bf014e3419efa5438c Mon Sep 17 00:00:00 2001 From: Pete Erickson Date: Thu, 8 Apr 2021 14:48:14 -0500 Subject: [PATCH 1/2] upgrade to latest hyperplug --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 37fbe9c..127959a 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require": { "php": "^7.2.0", - "modethirteen/hyperplug": "^1.1.2", + "modethirteen/hyperplug": "^1.1.3", "modethirteen/type-ex": "^1.0.0", "modethirteen/xarray": "^1.2.2", "ext-fileinfo": "*", From 027731258f18b67c6976f2a043d8212cc381d783 Mon Sep 17 00:00:00 2001 From: Pete Erickson Date: Thu, 8 Apr 2021 15:26:44 -0500 Subject: [PATCH 2/2] ping ubuntu version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59d87c9..e0310ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 strategy: matrix: php-versions: [7.2, 7.3, 7.4]