Skip to content

Commit

Permalink
Merge pull request #460 from spiral/release_1.9.1
Browse files Browse the repository at this point in the history
Release 1.9.1
  • Loading branch information
rustatian authored Dec 22, 2020
2 parents a619922 + 5a9507b commit f0c7618
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
php:
name: Build (PHP ${{ matrix.php }}, ${{ matrix.setup }} setup)
runs-on: ubuntu-20.04
timeout-minutes: 6
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
php: [ '7.3', '7.4', '8.0' ]
php: [ '7.2', '7.3', '7.4', '8.0' ]
setup: [ basic, lowest ]
steps:
- name: Set up PHP ${{ matrix.php }}
Expand Down Expand Up @@ -61,11 +61,11 @@ jobs:
golang:
name: Build (Go ${{ matrix.go }}, PHP ${{ matrix.php }})
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
php: [ '7.3', '7.4', '8.0' ]
php: [ '7.2', '7.3', '7.4', '8.0' ]
go: [ '1.14', '1.15' ]
steps:
- name: Set up Go ${{ matrix.go }}
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
CHANGELOG
=========

UNRELEASED
v1.9.1 (21.12.2020)
----------
- Add `rr --version` flag support
- Add `rr --version` flag support (thanks @tarampampam)
- Update `reload` plugin, remove unnecessary goroutines and locks.
- Add objectives to the metrics summary.
- Automated releases build.

v1.9.0 (02.12.2020)
-------------------
Expand Down
28 changes: 16 additions & 12 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
status = [
'Build (PHP 7.3, basic setup)',
'Build (PHP 7.3, lowest setup)',
'Build (PHP 8.0, basic setup)',
'Build (PHP 8.0, lowest setup)',
'Build (Go 1.14, PHP 7.3)',
'Build (Go 1.15, PHP 7.3)',
'Build (Go 1.14, PHP 7.4)',
'Build (Go 1.15, PHP 7.4)',
'Build (Go 1.14, PHP 8.0)',
'Build (Go 1.15, PHP 8.0)',
'Golang-CI (lint)',
'Build docker image',
'Build (PHP 7.2, basic setup)',
'Build (PHP 7.2, lowest setup)',
'Build (PHP 7.3, basic setup)',
'Build (PHP 7.3, lowest setup)',
'Build (PHP 8.0, basic setup)',
'Build (PHP 8.0, lowest setup)',
'Build (Go 1.14, PHP 7.2)',
'Build (Go 1.15, PHP 7.2)',
'Build (Go 1.14, PHP 7.3)',
'Build (Go 1.15, PHP 7.3)',
'Build (Go 1.14, PHP 7.4)',
'Build (Go 1.15, PHP 7.4)',
'Build (Go 1.14, PHP 8.0)',
'Build (Go 1.15, PHP 8.0)',
'Golang-CI (lint)',
'Build docker image',
]

required_approvals = 1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.2 || ^8.0",
"ext-json": "*",
"ext-curl": "*",
"spiral/goridge": "^2.4.2",
Expand Down

0 comments on commit f0c7618

Please sign in to comment.