Skip to content

Commit

Permalink
ci: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 14, 2023
1 parent 5538daf commit 58cfb79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: apc, apcu
ini-file: tests/apc.ini
extensions: apcu
ini-values: apc.enable=1, apc.enable_cli=1

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

0 comments on commit 58cfb79

Please sign in to comment.