Skip to content

Commit

Permalink
Update gh actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepat committed Jun 11, 2024
1 parent bfb75d6 commit 40a7984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Docs: https://github.com/shivammathur/setup-php
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: sqlite3
extensions: curl, libxml, mbstring, sqlite3
ini-values: error_reporting=E_ALL
tools: composer:v2
coverage: none
Expand Down

0 comments on commit 40a7984

Please sign in to comment.