Skip to content

Commit

Permalink
0.7.6
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed May 1, 2023
1 parent 33cdba7 commit 1eb700d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
extensions: mbstring, intl, sqlite3
ini-values: post_max_size=256M, max_execution_time=180
coverage: xdebug
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 0.7.5 – 2023-05-01
## 0.7.6 – 2023-05-01

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>phonetrack</id>
<name>PhoneTrack</name>
<summary> </summary><description> </description>
<version>0.7.5</version>
<version>0.7.6</version>
<licence>agpl</licence>
<author mail="[email protected]">Julien Veyssier</author>
<namespace>PhoneTrack</namespace>
Expand Down

0 comments on commit 1eb700d

Please sign in to comment.