Skip to content

Commit

Permalink
l10 (#32)
Browse files Browse the repository at this point in the history
* l10

* Fix styling

* l10

* wip

* wip

* wip

---------

Co-authored-by: rubenvanassche <[email protected]>
  • Loading branch information
rubenvanassche and rubenvanassche authored Feb 10, 2023
1 parent 2a3f760 commit 539df47
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
name: Tests

on: [push, pull_request]
on: [ push, pull_request ]

jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.0]
laravel: [9.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
os: [ ubuntu-latest ]
php: [ 8.2, 8.1, 8.0 ]
laravel: [ 10.*, 9.*, 8.* ]
dependency-version: [ prefer-lowest, prefer-stable ]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 10.*
php: 8.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .php-cs-fixer.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"php":"8.1.12","version":"3.13.0","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"braces":true,"class_definition":true,"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"on_multiline":"ensure_fully_multiline","keep_multiple_spaces_after_comma":true},"no_break_comment":true,"no_closing_tag":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":{"elements":["method","property"]},"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"ordered_imports":{"sort_algorithm":"alpha"},"no_unused_imports":true,"not_operator_with_successor_space":true,"trailing_comma_in_multiline":true,"phpdoc_scalar":true,"unary_operator_spaces":true,"binary_operator_spaces":true,"blank_line_before_statement":{"statements":["break","continue","declare","return","throw","try"]},"phpdoc_single_line_var_spacing":true,"phpdoc_var_without_name":true},"hashes":{"src\/StatsServiceProvider.php":"a7d5192decff6b207de6c99d5e980501","src\/BaseStats.php":"6e09c04311185e350b1cf53a699ec105","src\/Traits\/HasStats.php":"38f73b93e9c4292a8b515ecd743178c8","src\/StatsQuery.php":"668dbeaad12329bcef521a915c7eb8e8","src\/Models\/StatsEvent.php":"37627d41873898a81671cddade82387a","src\/StatsWriter.php":"446ca89bdf2eaf40703f07f0be181361","src\/DataPoint.php":"3b749ae7db80cce66e7d41e5d5566fdc","tests\/TestClasses\/Models\/Stat.php":"6c03eb1fe2d8ee87070f117c191d6b93","tests\/BaseStatsTest.php":"5c6ffd523a1fde0801cf562daceda89a","tests\/StatsQueryTest.php":"a63847393b85d997c214ec0edc38295b","tests\/Stats\/CustomerStats.php":"c31ca496307ccfc2e7bca4ff5945427c","tests\/Stats\/OrderStats.php":"329f1afe48c59c5936890ccc3b5dcb99","tests\/StatsWriterTest.php":"c23159d9fbabaa44589ae2f51e1abe98","tests\/StatsQueryTablePrefixTest.php":"2c75cf531590001e2a81ae241cdb8415","tests\/TestCase.php":"0ec000d8d000397c35ee95a75376a04d"}}
{"php":"8.1.14","version":"3.14.3","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"braces":true,"class_definition":true,"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"on_multiline":"ensure_fully_multiline","keep_multiple_spaces_after_comma":true},"no_break_comment":true,"no_closing_tag":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":{"elements":["method","property"]},"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"ordered_imports":{"sort_algorithm":"alpha"},"no_unused_imports":true,"not_operator_with_successor_space":true,"trailing_comma_in_multiline":true,"phpdoc_scalar":true,"unary_operator_spaces":true,"binary_operator_spaces":true,"blank_line_before_statement":{"statements":["break","continue","declare","return","throw","try"]},"phpdoc_single_line_var_spacing":true,"phpdoc_var_without_name":true},"hashes":{"src\/StatsWriter.php":"446ca89bdf2eaf40703f07f0be181361","src\/BaseStats.php":"6e09c04311185e350b1cf53a699ec105","src\/StatsServiceProvider.php":"a7d5192decff6b207de6c99d5e980501","src\/Models\/StatsEvent.php":"37627d41873898a81671cddade82387a","src\/DataPoint.php":"3b749ae7db80cce66e7d41e5d5566fdc","src\/Traits\/HasStats.php":"38f73b93e9c4292a8b515ecd743178c8","src\/StatsQuery.php":"668dbeaad12329bcef521a915c7eb8e8","tests\/TestClasses\/Models\/Stat.php":"6c03eb1fe2d8ee87070f117c191d6b93","tests\/BaseStatsTest.php":"5c6ffd523a1fde0801cf562daceda89a","tests\/TestCase.php":"0ec000d8d000397c35ee95a75376a04d","tests\/StatsWriterTest.php":"c23159d9fbabaa44589ae2f51e1abe98","tests\/Stats\/CustomerStats.php":"c31ca496307ccfc2e7bca4ff5945427c","tests\/Stats\/OrderStats.php":"329f1afe48c59c5936890ccc3b5dcb99","tests\/StatsQueryTablePrefixTest.php":"2c75cf531590001e2a81ae241cdb8415","tests\/StatsQueryTest.php":"a63847393b85d997c214ec0edc38295b"}}
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
],
"require": {
"php": "^8.0",
"illuminate/contracts": "^8.73|^9.0",
"illuminate/contracts": "^8.73|^9.0|^10.0",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"doctrine/dbal": "^3.3",
"orchestra/testbench": "^6.23|^7.0",
"nesbot/carbon": "^2.63",
"doctrine/dbal": "^3.6",
"orchestra/testbench": "^6.23|^7.0|^8.0",
"phpunit/phpunit": "^9.4",
"vimeo/psalm": "^4.12"
},
Expand Down

0 comments on commit 539df47

Please sign in to comment.