Skip to content

Commit

Permalink
chore: fix github action PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Feb 21, 2021
1 parent 6915d0e commit 0659026
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ on:
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- uses: actions/checkout@master
- name: Build
run: |
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: podlove, podcast, publishing, rss, feed, audio, mp3, m4a, player, webplaye
Requires at least: 5.2
Tested up to: 5.6.1
Requires PHP: 7.0
Stable tag: 3.3.0
Stable tag: 3.3.1
License: MIT

The one and only next generation podcast publishing system. Seriously. It's magical and sparkles a lot.
Expand Down Expand Up @@ -106,7 +106,7 @@ This product includes GeoLite2 data created by MaxMind, available from http://ww

== Changelog ==

= 3.3.0 =
= 3.3.0 / 3.3.1 =

* add support for feed tag [`podcast:funding`](https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#funding) (see Podcast Settings -> Directory)
* unfurl uses https://plus.podlove.org/api/unfurl as API endpoint
Expand Down

0 comments on commit 0659026

Please sign in to comment.