Skip to content

Commit

Permalink
Drop PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielburger1337 committed Feb 24, 2024
1 parent 17affa2 commit 68e8345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ["8.1", "8.2"]
php-versions: ["8.2", "8.3"]

name: PHP ${{ matrix.php-versions }} Static Analysis on ${{ matrix.operating-system }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ["8.1", "8.2"]
php-versions: ["8.2", "8.3"]

name: PHPUnit with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"shake-256"
],
"require": {
"php": ">=8.1",
"php": "^8.2",
"ext-mbstring": "*"
},
"require-dev": {
Expand Down

0 comments on commit 68e8345

Please sign in to comment.