Skip to content

Commit

Permalink
github actions: php 8.2 (#36)
Browse files Browse the repository at this point in the history
* action-php-8.2: update

* action-php-8.2: bcmath

* action-php-8.2: update bcmath
  • Loading branch information
mysiar committed Dec 28, 2023
1 parent 06c6a1f commit 29159e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
steps:
- name: Setup PHP (PHP ${{ matrix.php }})
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: bcmath
coverage: xdebug
tools: composer

Expand Down

0 comments on commit 29159e9

Please sign in to comment.