Skip to content

Commit

Permalink
Upgrade php in CI to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yeganemehr committed Feb 24, 2024
1 parent 97e3a35 commit 77d29d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: php-actions/composer@v6
with:
php_version: "8.1"
php_version: "8.2"

- uses: php-actions/phpunit@v3
with:
version: 9
php_extensions: bcmath xdebug gd mbstring imagick
php_version: "8.1"
php_version: "8.2"
args: --coverage-clover=coverage/clover-coverage.xml
env:
XDEBUG_MODE: coverage
Expand Down

0 comments on commit 77d29d3

Please sign in to comment.