Skip to content

Commit 083b25e

Browse files
committed
update workflow
1 parent e9e8809 commit 083b25e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/phpstan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php-versions: ['8.0', '8.1', '8.2', '8.3']
29+
php-versions: ['8.1', '8.2', '8.3']
3030

3131
steps:
3232
- name: Checkout

.github/workflows/phpunit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: "!contains(github.event.head_commit.message, '[ci skip]')"
2626
strategy:
2727
matrix:
28-
php-versions: ['8.0', '8.1', '8.2', '8.3']
28+
php-versions: ['8.1', '8.2', '8.3']
2929

3030
steps:
3131
- name: Checkout
@@ -60,7 +60,7 @@ jobs:
6060
fi
6161
6262
- name: Test with PHPUnit
63-
run: vendor/bin/phpunit --verbose --coverage-text
63+
run: vendor/bin/phpunit --coverage-text
6464
env:
6565
TERM: xterm-256color
6666
TACHYCARDIA_MONITOR_GA: enabled

.github/workflows/rector.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php-versions: ['8.0', '8.1', '8.2', '8.3']
29+
php-versions: ['8.1', '8.2', '8.3']
3030

3131
steps:
3232
- name: Checkout

0 commit comments

Comments
 (0)