Skip to content

Commit

Permalink
ci: add apc
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 14, 2023
1 parent 302d0ca commit 1e60a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: apcu
extensions: apc, apcu

- name: Checkout
uses: actions/checkout@master
Expand Down

0 comments on commit 1e60a40

Please sign in to comment.