Skip to content

Commit 591c329

Browse files
committed
Updated github workflows
1 parent 15b38c0 commit 591c329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
contents: read
77

88
jobs:
9-
phpunit_tests:
9+
tests_suite:
1010
strategy:
1111
matrix:
1212
php_version: [ '8.1', '8.2' ]

.github/workflows/symfony.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
contents: read
77

88
jobs:
9-
phpunit_tests:
9+
install:
1010
strategy:
1111
matrix:
1212
php_version: [ '8.1', '8.2' ]

0 commit comments

Comments
 (0)