Skip to content

Commit 01270ec

Browse files
authored
ci: update PHP versions in test matrix and simplify test execution (#189)
* ci: update PHP versions in test matrix and simplify test execution * Fix styling * ci: revert removing 8.1 for now
1 parent eb3f37a commit 01270ec

File tree

4 files changed

+2
-133
lines changed

4 files changed

+2
-133
lines changed

.github/workflows/run-feature-tests.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
run: vendor/bin/pest --version
6464

6565
- name: Execute tests
66-
run: vendor/bin/pest --exclude-group=feature
66+
run: vendor/bin/pest

src/Traits/CopiesToBuildDirectory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function copyToBuildDirectory(): bool
111111
} catch (Throwable $e) {
112112
warning('[WARNING] '.$e->getMessage());
113113
}
114-
114+
115115
if (PHP_OS_FAMILY !== 'Windows') {
116116
$perms = fileperms($item->getPathname());
117117
if ($perms !== false) {

tests/Feature/BootingTest.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)