Skip to content

Commit

Permalink
Merge 4696331 into 21aff78
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Jul 25, 2023
2 parents 21aff78 + 4696331 commit 81b9ddb
Show file tree
Hide file tree
Showing 97 changed files with 6,664 additions and 4,354 deletions.
22 changes: 0 additions & 22 deletions .editorconfig

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -9,13 +9,13 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php-version: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]

name: PHP ${{ matrix.php-version }} on ${{ matrix.os }}

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@master

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -29,7 +29,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Set up Composer caching
uses: actions/cache@v2
uses: actions/cache@master
env:
cache-name: cache-composer-dependencies
with:
Expand All @@ -42,7 +42,6 @@ jobs:
run: |
composer config github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
composer install
make update-phpunit
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-wp-org.yml
Expand Up @@ -10,14 +10,14 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@master

- name: Get Composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Set up Composer caching
uses: actions/cache@v2
uses: actions/cache@master
env:
cache-name: cache-composer-dependencies
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
.idea/
.phpunit.cache/
.yarn/
assets/css/*.min.css
assets/js/apps/
Expand Down
52 changes: 0 additions & 52 deletions .make/polyfill-mbstring.scoper.inc.php

This file was deleted.

54 changes: 0 additions & 54 deletions .make/polyfill-mbstring.scoper.sh

This file was deleted.

112 changes: 0 additions & 112 deletions .make/update-phpunit.sh

This file was deleted.

50 changes: 0 additions & 50 deletions .make/wp-background-processing.scoper.inc.php

This file was deleted.

0 comments on commit 81b9ddb

Please sign in to comment.