Skip to content

Commit

Permalink
chore (workflow): WordPress versions prior to 6.0 in php-5.6.39.yml, …
Browse files Browse the repository at this point in the history
…php-7.3.5.yml and php-8.0.0.yml (#2732)

* Update php-5.6.39.yml

* Update php-7.3.5.yml

* Update php-8.0.0.yml
  • Loading branch information
DAnn2012 authored Aug 2, 2023
1 parent fc3a725 commit f9ca606
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-5.6.39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
wp-versions: ['5.8.5', '5.9.4', '6.0.2']
wp-versions: ['6.0.2']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-7.3.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
wp-versions: ['5.8.5', '5.9.4', '6.0.2']
wp-versions: ['6.0.2']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-8.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
wp-versions: ['5.8.5', '5.9.4', '6.0.2']
wp-versions: ['6.0.2']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f9ca606

Please sign in to comment.