From 2dc6fbe2db59eb01039fd84d6d3cd958c7ed16a3 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Tue, 20 Apr 2021 20:19:56 -0400 Subject: [PATCH] Update dependency --- .github/workflows/Build.yml | 6 +++++- CHANGELOG.md | 3 +++ composer.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 28a2d6d..b3f55e6 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -15,8 +15,9 @@ jobs: fail-fast: false matrix: php_versions: ['7.1', '7.2', '7.3', '7.4'] + URI_versions: ['4.2.3', '4.3.4', '4.4.3', '4.5.0'] - name: PHPUnit Tests - ${{ matrix.php_versions }} + name: PHPUnit Tests - ${{ matrix.php_versions }} - ${{ matrix.URI_versions }} runs-on: ubuntu-latest steps: @@ -30,6 +31,9 @@ jobs: coverage: xdebug tools: pecl + - name: Set Dependency version + run: composer require "userfrosting/uniformresourcelocator:${{ matrix.URI_versions }}" --no-update + - name: Install Dependencies run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c443c2..34b4904 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [4.5.0] +- Update dependencies + ## [4.4.1] - Replaced Travis with GitHub Action for build - Fix deprecation in tests diff --git a/composer.json b/composer.json index 67d7355..399f959 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "illuminate/config": "^5.8", "jackiedo/dotenv-editor": "~1.0.7", "php": ">=7.1", - "userfrosting/uniformresourcelocator": "~4.2.1 | ~4.3.0 | ~4.4.0", + "userfrosting/uniformresourcelocator": "~4.2.1 | ~4.3.0 | ~4.4.0 | ~4.5.0", "symfony/yaml": ">=2.1" }, "require-dev": {