Skip to content

Commit

Permalink
fix(Repo): Actions Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
4513 committed Mar 17, 2024
1 parent c9afd3e commit 9ad5ac8
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/min-stability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'

- name: Composer Install
run: composer update --prefer-dist --no-progress --prefer-lowest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpcodesniffer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpcoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vendor-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 2 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"European Union",
"VAT rates",
"VAT rate",
"VAT"
"VAT",
"MiBo",
"Library",
"Lib",
"Package",
"Money",
"Tax"
],
"authors": [
{
Expand All @@ -29,11 +35,11 @@
}
},
"require": {
"php": "^8.1",
"php": "^8.2",
"mibo/taxonomy": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
"phpunit/phpunit": "^10.5",
"phpunit/php-invoker": "^4.0",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-strict-rules": "^1.5",
Expand Down

0 comments on commit 9ad5ac8

Please sign in to comment.