Skip to content

Commit

Permalink
add php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyraul committed Apr 12, 2024
1 parent 22b9b07 commit 80213a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.1', '8.2', '8.3']
steps:
- uses: actions/checkout@v4

Expand All @@ -27,7 +27,7 @@ jobs:
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
# Use composer.json for key, if composer.lock is not committed.
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
/composer.lock
.DS_Store
.php-cs-fixer.cache
auth.json
auth.json
/generated
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"magento/module-email": "~101.1.6"
},
"require-dev": {
"mygento/coding-standard": "v2.4.x-dev"
"mygento/coding-standard": "~2.14"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ grumphp:
phpstan:
autoload_file: 'vendor/mygento/coding-standard/stan/autoload.php'
ignore_patterns: ['Test']
level: 1
level: 4

0 comments on commit 80213a2

Please sign in to comment.