Skip to content

Commit 13724c3

Browse files
committed
change: bump min supported PHP to 8.2
1 parent ebede0a commit 13724c3

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
@@ -19,7 +19,7 @@
1919
],
2020
"homepage": "https://github.com/psr-discovery",
2121
"require": {
22-
"php": "^8.1",
22+
"php": "^8.2",
2323
"psr/cache": "^1.0 | ^2.0 | ^3.0",
2424
"psr-discovery/discovery": "^1.0"
2525
},

0 commit comments

Comments
 (0)