Skip to content

Commit

Permalink
Use correct WP version in tests, remove "latest" matrix run
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgeatches committed May 22, 2024
1 parent 7351507 commit 3f057b0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
- php: 'latest'
wp: 'latest'
allowed_failure: false
# Check upcoming WP with the highest supported PHP.
- php: 'latest'
wp: 'trunk'
allowed_failure: false

steps:
- name: Checkout code
Expand Down Expand Up @@ -63,6 +59,8 @@ jobs:
- name: Setup wp-env
run: wp-env start
env:
WP_ENV_CORE: WordPress/WordPress#${{ matrix.wp }}

- name: Run PHPUnit tests (single site)
run: composer integration
Expand Down

0 comments on commit 3f057b0

Please sign in to comment.