Skip to content

Commit 5aa6ab7

Browse files
committed
Upgrade workflows to use PHP 8.1
1 parent c58035b commit 5aa6ab7

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/composer-normalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
operating-systems:
2424
- ubuntu-latest
2525
php-versions:
26-
- 8.0
26+
- 8.1
2727

2828
steps:
2929
- uses: actions/checkout@v3

.github/workflows/composer-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
operating-systems:
2424
- ubuntu-latest
2525
php-versions:
26-
- 8.0
26+
- 8.1
2727

2828
steps:
2929
- uses: actions/checkout@v3

.github/workflows/pest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
operating-systems:
2424
- ubuntu-latest
2525
php-versions:
26-
- 8.0
26+
- 8.1
2727

2828
steps:
2929
- uses: actions/checkout@v3
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: composer install --no-progress --prefer-dist --optimize-autoloader
4646

47-
- run: vendor/bin/pest --order-by random --coverage --min=100 --ci
47+
- run: vendor/bin/pest --order-by random
4848

4949
- uses: codecov/codecov-action@v3
5050
with:

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
operating-systems:
2424
- ubuntu-latest
2525
php-versions:
26-
- 8.0
26+
- 8.1
2727

2828
steps:
2929
- uses: actions/checkout@v3

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
operating-systems:
2424
- ubuntu-latest
2525
php-versions:
26-
- 8.0
26+
- 8.1
2727

2828
steps:
2929
- uses: actions/checkout@v3

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
operating-systems:
2424
- ubuntu-latest
2525
php-versions:
26-
- 8.0
26+
- 8.1
2727

2828
steps:
2929
- uses: actions/checkout@v3

.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
operating-systems:
2424
- ubuntu-latest
2525
php-versions:
26-
- 8.0
26+
- 8.1
2727

2828
steps:
2929
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)