Skip to content

Commit 4a9dd60

Browse files
committed
Build in PHP 8.2
1 parent b18a216 commit 4a9dd60

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: php-actions/composer@v6
12+
with:
13+
php_version: '8.2'
1214
- uses: php-actions/phpunit@v4
1315
with:
16+
php_version: '8.2'
1417
php_extensions: 'xdebug bcmath'
1518
bootstrap: 'vendor/autoload.php'
1619
coverage_clover: 'clover.xml'

0 commit comments

Comments
 (0)