Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Nov 24, 2023
1 parent 94dea10 commit f383356
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 36 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitattributes
Expand Up @@ -3,11 +3,8 @@
# Ignore following folder/file.
/.github export-ignore
/tests export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.travis.yml export-ignore
/CHANGELOG-*.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/analyse.yml
Expand Up @@ -14,9 +14,9 @@ jobs:
os:
- "ubuntu-latest"
php:
- "8.0"
- 8.2
dependencies:
- "locked"
- "highest"
experimental:
- false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Expand Up @@ -13,9 +13,9 @@ jobs:
os:
- "ubuntu-latest"
php:
- "8.0"
- 8.2
dependencies:
- "locked"
- "highest"
experimental:
- false

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
- '8.0'
- 8.1
- 8.2
- 8.3
dependencies:
- "highest"
- "lowest"
Expand Down
28 changes: 0 additions & 28 deletions .php_cs

This file was deleted.

0 comments on commit f383356

Please sign in to comment.