Skip to content

Commit c05a4dd

Browse files
committed
Update GH webhooks to use PHP ^8.2
1 parent 71c6d9f commit c05a4dd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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

0 commit comments

Comments
 (0)