Skip to content

Commit

Permalink
Using the actual php version on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Oct 21, 2024
1 parent c6c42a5 commit bd86819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_mysql, :php-psr
tools: composer:v2
coverage: none
Expand Down

0 comments on commit bd86819

Please sign in to comment.