Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette authored Apr 21, 2021
2 parents a924f6e + 2dc6fbe commit 20962ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 20962ff

Please sign in to comment.