Skip to content

Commit b681921

Browse files
committed
change: bump min supported PHP to 8.2
1 parent 728a452 commit b681921

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/php_pest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: 8.1
23+
php-version: 8.2
2424
coverage: pcov
2525

2626
- id: composer-cache

.github/workflows/php_phpcsf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: 8.1
23+
php-version: 8.2
2424

2525
- id: composer-cache
2626
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

.github/workflows/php_phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: 8.1
23+
php-version: 8.2
2424

2525
- id: composer-cache
2626
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

.github/workflows/php_psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: 8.1
23+
php-version: 8.2
2424

2525
- id: composer-cache
2626
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

.github/workflows/php_rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: 8.1
23+
php-version: 8.2
2424

2525
- id: composer-cache
2626
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"homepage": "https://github.com/psr-discovery/http-client-implementations",
1919
"require": {
20-
"php": "^8.1",
20+
"php": "^8.2",
2121
"psr/container": "^1.0 | ^2.0",
2222
"psr-discovery/discovery": "^1.0"
2323
},

0 commit comments

Comments
 (0)