Skip to content

Commit f805718

Browse files
authored
feat: drop php 8.1 support (#136)
1 parent 8f8dae7 commit f805718

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 8.1
21+
php-version: 8.2
2222
coverage: none
2323
extensions: json
2424
tools: cs2pr
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install PHP
4242
uses: shivammathur/setup-php@v2
4343
with:
44-
php-version: 8.1
44+
php-version: 8.2
4545
coverage: none
4646
extensions: json
4747
tools: cs2pr
@@ -59,14 +59,13 @@ jobs:
5959
strategy:
6060
matrix:
6161
php-version:
62-
- "8.1"
6362
- "8.2"
6463
- "8.3"
6564
dependencies:
6665
- "highest"
6766
include:
6867
- dependencies: "lowest"
69-
php-version: "8.1"
68+
php-version: "8.2"
7069
name: PHP ${{ matrix.php-version }} Test ${{ matrix.dependencies }}
7170

7271
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"require": {
17-
"php": "^8.1",
17+
"php": "^8.2",
1818
"doctrine/coding-standard": "^12.0",
1919
"slevomat/coding-standard": "^8.14",
2020
"squizlabs/php_codesniffer": "^3.8"

0 commit comments

Comments
 (0)