Skip to content

Commit

Permalink
feat: drop php 8.1 support (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Feb 16, 2024
1 parent 8f8dae7 commit f805718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none
extensions: json
tools: cs2pr
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none
extensions: json
tools: cs2pr
Expand All @@ -59,14 +59,13 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "highest"
include:
- dependencies: "lowest"
php-version: "8.1"
php-version: "8.2"
name: PHP ${{ matrix.php-version }} Test ${{ matrix.dependencies }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"require": {
"php": "^8.1",
"php": "^8.2",
"doctrine/coding-standard": "^12.0",
"slevomat/coding-standard": "^8.14",
"squizlabs/php_codesniffer": "^3.8"
Expand Down

0 comments on commit f805718

Please sign in to comment.