-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #609 from dxw/develop"
- Loading branch information
Showing
70 changed files
with
5,357 additions
and
7,529 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,11 @@ jobs: | |
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected].6 | ||
|
||
- uses: shivammathur/setup-php@2.31.0 | ||
- uses: shivammathur/setup-php@2.30.5 | ||
with: | ||
php-version: "8.2" | ||
php-version: "7.4" | ||
coverage: none | ||
tools: composer | ||
|
||
|
@@ -25,4 +25,4 @@ jobs: | |
- name: Run tests | ||
run: | | ||
cd "wp-content/plugins/$PLUGIN_NAME" | ||
vendor/bin/kahlan --spec=specs | ||
vendor/bin/peridot specs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ jobs: | |
shellcheck: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected].6 | ||
- run: sudo apt-get update | ||
- run: sudo apt-get install -y shellcheck | ||
- run: ./.shellcheck.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,11 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
strategy: | ||
matrix: | ||
php-versions: ['8.2'] | ||
php-versions: ['7.4'] | ||
steps: | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected].6 | ||
- name: Setup PHP | ||
uses: shivammathur/setup-php@2.31.0 | ||
uses: shivammathur/setup-php@2.30.5 | ||
with: | ||
php-version: ${{ matrix.php-versions }} | ||
- name: Get Composer Cache Directory | ||
|
@@ -32,5 +32,5 @@ jobs: | |
run: composer install --no-interaction | ||
- name: PHP CS fix | ||
run: vendor/bin/php-cs-fixer fix --dry-run -v --diff | ||
- name: Run Kahlan tests | ||
run: vendor/bin/kahlan spec | ||
- name: Run Peridot tests | ||
run: vendor/bin/peridot spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"config": { | ||
"platform": { | ||
"php": "8.3" | ||
"php": "7.4.3" | ||
} | ||
}, | ||
"require-dev": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
{ | ||
"name": "advanced-custom-fields-pro", | ||
"src": "[email protected]:dxw-wordpress-plugins/advanced-custom-fields-pro", | ||
"revision": "7d42074d841d35d9e3f0cea550cd8647df14532b" | ||
"revision": "f9df07ea23fe38372e6bcf14cf8d06f25bd32714" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.