Skip to content

Commit

Permalink
Merge pull request #13 from virta-ltd/php-8.3
Browse files Browse the repository at this point in the history
Replace PHP 8.0 with 8.3
  • Loading branch information
frederikbosch committed Dec 4, 2023
2 parents a0b0618 + 2e80560 commit 23e3068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.1', '8.2', '8.3']

name: PHP ${{ matrix.php }} tests
steps:
Expand All @@ -33,4 +33,4 @@ jobs:
- name: Static analysis for tests
run: ./vendor/bin/phpstan analyse -l 5 test
- name: Code Style
run: ./vendor/bin/php-cs-fixer fix --dry-run --verbose --config .php-cs-fixer.dist.php ./src ./test
run: ./vendor/bin/php-cs-fixer fix --dry-run --verbose --config .php-cs-fixer.dist.php ./src ./test
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/genkgo/archive-stream",
"license": "MIT",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/http-message": "~1.0 || ~2.0",
"ext-gmp": "*"
},
Expand Down

0 comments on commit 23e3068

Please sign in to comment.