Skip to content

Commit

Permalink
Merge branch 'genkgo:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamy authored Mar 21, 2024
2 parents bdfc742 + 77b39a0 commit f829a59
Show file tree
Hide file tree
Showing 5 changed files with 482 additions and 858 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
strategy:
matrix:
php-version:
- '8.0'
- '8.1'
- '8.2'
- '8.3'

name: PHP ${{ matrix.php-version }}

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none
tools: cs2pr

Expand All @@ -76,7 +76,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none

- name: Cache composer dependencies
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: pcov

- name: Cache composer dependencies
Expand Down
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
'mb_str_functions' => true,
'method_argument_space' => true,
'method_chaining_indentation' => true,
'modernize_strpos' => false, // Require PHP 8.0
'modernize_strpos' => true,
'modernize_types_casting' => true,
'multiline_comment_opening_closing' => true,
'multiline_whitespace_before_semicolons' => true,
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
]
},
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-dom": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"moneyphp/money": "^3.3 || ^4.0",
"moneyphp/money": "^4.0",
"jschaedl/iban-validation": "^2.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit f829a59

Please sign in to comment.