Skip to content

Commit

Permalink
Merge pull request #12 from alleyinteractive/feature/gh-action-memcac…
Browse files Browse the repository at this point in the history
…he-service

Support `memcached`
  • Loading branch information
renatonascalves authored Apr 5, 2024
2 parents ceda475 + a6ffebe commit 63330a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
code-quality:
uses: alleyinteractive/.github/.github/workflows/php-code-quality.yml@main
with:
php: '8.2'
php: '8.3'
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
coding-standards:
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main
with:
php: '8.2'
php: '8.3'
7 changes: 2 additions & 5 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@ on:
branches:
- develop
pull_request:
# Uncomment and edit the following to run on a schedule.
# schedule:
# - cron: '30 5 * * 0' # Run once per week at 5:30am UTC on Sundays.

jobs:
php-tests:
strategy:
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
wordpress: ["latest"]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
database: ''
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}
object-cache: "memcached"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

All notable changes to `WP 404 Caching` will be documented in this file.

## 1.0.4 Unpublished

- Github Action: add support for the memcached service;
- Github Action: test against PHP 8.3

## 1.0.3

- Added `caching_enabled` method to be able to check the `wp_404_caching_enabled` filter later in methods where it is needed.
Expand Down

0 comments on commit 63330a1

Please sign in to comment.