Skip to content

Commit d6be418

Browse files
committed
chore: drops PHP 8.1
1 parent 31b4dcc commit d6be418

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/formats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
os: [ubuntu-latest]
13-
php: [8.1]
13+
php: [8.2]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515

1616
name: Formats P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.1, 8.2, 8.3, 8.4]
13-
pest: [2, 3, 4]
12+
php: [8.2, 8.3, 8.4]
13+
pest: [3, 4]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515

1616
name: Tests P${{ matrix.php }} - Pest ${{ matrix.pest }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^8.1.0",
16+
"php": "^8.2.0",
1717
"php-http/discovery": "^1.20.0",
1818
"php-http/multipart-stream-builder": "^1.4.2",
1919
"psr/http-client": "^1.0.3",
@@ -26,12 +26,12 @@
2626
"guzzlehttp/psr7": "^2.7.1",
2727
"laravel/pint": "^1.22.0",
2828
"mockery/mockery": "^1.6.12",
29-
"nunomaduro/collision": "^7.11.0|^8.8.0",
30-
"pestphp/pest": "^2.36.0|^3.8.2|^4.0.0",
31-
"pestphp/pest-plugin-arch": "^2.7|^3.1.1|^4.0.0",
32-
"pestphp/pest-plugin-type-coverage": "^2.8.7|^3.5.1|^4.0.0",
29+
"nunomaduro/collision": "^8.8.0",
30+
"pestphp/pest": "^3.8.2|^4.0.0",
31+
"pestphp/pest-plugin-arch": "^3.1.1|^4.0.0",
32+
"pestphp/pest-plugin-type-coverage": "^3.5.1|^4.0.0",
3333
"phpstan/phpstan": "^1.12.25",
34-
"symfony/var-dumper": "^6.4.11|^7.2.6"
34+
"symfony/var-dumper": "^7.2.6"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)