Skip to content

Commit cf6584f

Browse files
authored
Merge pull request #85 from Kit/add-form-referrer-support
Form Subscribe: Add `referrer` support
2 parents 8606aaf + f4ce845 commit cf6584f

File tree

3 files changed

+349
-62
lines changed

3 files changed

+349
-62
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
wp-versions: [ '6.7-RC4' ] #[ 'latest', '6.1.1' ]
49+
wp-versions: [ 'latest' ] #[ 'latest', '6.1.1' ]
5050
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] #[ '7.4', '8.0', '8.1', '8.2' ]
5151

5252
# Steps to install, configure and run tests

0 commit comments

Comments
 (0)