Skip to content

Commit

Permalink
Merge pull request #8 from kuno1/fix/gha_2
Browse files Browse the repository at this point in the history
Change Release action to ubuntu-latest
  • Loading branch information
waviaei authored Apr 25, 2024
2 parents cd562c5 + 6a7e2cd commit 7ffe2d4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ jobs:
os: [ ubuntu-latest ] # OS. ubuntu-18.04 is also available.
php: [ '7.4', '8.0' ] # PHP versions to check.
wp: [ '5.9', 'latest' ] # WordPress version to check.
# include:
# - os: ubuntu-18.04
# php: 5.6
# tools: composer:v2.2
# wp: latest
# - os: ubuntu-18.04
# php: 5.6
# tools: composer:v2.2
# wp: 5.9
services:
mysql:
image: mysql:5.7
Expand Down Expand Up @@ -84,9 +75,9 @@ jobs:
name: Deploy GitHub Release
needs: [ test, assets ]
if: contains(github.ref, 'tags/')
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4

- name: Cleanup package.
run: bash bin/cleanup.sh
Expand Down

0 comments on commit 7ffe2d4

Please sign in to comment.