Skip to content

Commit

Permalink
"nightly", not "rc"
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed May 10, 2024
1 parent 6ac9ff9 commit 605e895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qit-environment-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
os: [ ubuntu-20.04 ]
php: [ '7.4' ]
wordpress: [ 'rc' ]
wordpress: [ 'nightly' ]
include:
- os: ubuntu-20.04
php: '8.3'
wordpress: 'rc'
wordpress: 'nightly'
fail-fast: false
env:
NO_COLOR: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qit-environment-test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ macos-13 ]
php: [ '7.4' ]
wordpress: [ 'rc' ]
wordpress: [ 'nightly' ]
fail-fast: false
env:
NO_COLOR: 1
Expand Down

0 comments on commit 605e895

Please sign in to comment.