Skip to content

Commit

Permalink
drop 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maantje committed Jan 19, 2025
1 parent 3719fb6 commit 046f246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [8.1, 8.2, 8.3]
php-version: [8.2, 8.3, 8.4]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"pestphp/pest": "^2.35",
"phpstan/phpstan": "^1.12",
"laravel/pint": "^1.17",
"symfony/var-dumper": "^6.4|^7.2"
"symfony/var-dumper": "^7.2"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 046f246

Please sign in to comment.