Skip to content

Commit

Permalink
Set PHP8.2 as minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglasdc3 committed May 17, 2024
1 parent 4b14387 commit be023f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.2
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, iconv, imagick, intl
coverage: none
env:
Expand All @@ -29,4 +29,4 @@ jobs:
run: composer install --prefer-dist --no-interaction

- name: Execute tests
run: composer test
run: composer test

0 comments on commit be023f4

Please sign in to comment.