Skip to content

Commit

Permalink
Test with php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Nov 27, 2023
1 parent 7f98ef9 commit 9595449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
coverage: xdebug
tools: php-cs-fixer, cs2pr
- run: php-cs-fixer fix . --dry-run --rules=@PER-CS --format=checkstyle | cs2pr
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
extension: [":bcmath", ":gmp"]

name: PHP ${{ matrix.php }}
Expand Down

0 comments on commit 9595449

Please sign in to comment.