Skip to content

Commit

Permalink
Test using memcache
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonascalves committed Apr 2, 2024
1 parent ceda475 commit c1e932b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
matrix:
php: [8.1, 8.2]
wordpress: ["latest"]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@feature/object-cache
with:
database: ''
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}
object-cache: "memcached"

0 comments on commit c1e932b

Please sign in to comment.