Skip to content

Commit

Permalink
Merge branch 'main' into feat/13603-speculative-prerendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanand01 authored Jul 19, 2024
2 parents 7bbc544 + 19969dd commit 4706bbb
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 127 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,6 @@ jobs:
wp: 'latest'
snapshots: true
shard: '2/2'
- browser: 'chrome'
wp: '6.6-RC1'
snapshots: false
shard: '1/2'
experimental: true
- browser: 'chrome'
wp: '6.6-RC1'
snapshots: false
shard: '2/2'
experimental: true

steps:
- name: Harden Runner
Expand Down
16 changes: 6 additions & 10 deletions .github/workflows/tests-unit-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,28 +55,24 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
php: ['8.1', '8.0']
php: ['8.2', '8.1', '8.0']
wp: ['latest']
coverage: [false]
experimental: [false]
include:
- php: '8.2'
- php: '8.3'
wp: 'latest'
coverage: true
experimental: false

- php: '7.4'
wp: '6.4'
experimental: false

- php: '8.2'
- php: '8.3'
wp: 'latest'
random: true
experimental: true

- php: '8.3'
wp: 'trunk'
experimental: true
- php: '7.4'
wp: '6.4'
experimental: false

- php: '8.4'
wp: 'trunk'
Expand Down
Loading

0 comments on commit 4706bbb

Please sign in to comment.