Skip to content

Commit

Permalink
poptawki w `bild.php i workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wojsmol committed Jul 6, 2024
1 parent 4082e91 commit 95f6079
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-php-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2']
php: ['8.1', '8.3']
permissions: read-all

steps:
Expand All @@ -33,8 +33,8 @@ jobs:
with:
dir: '.'

- name: Check PHP syntax errors for PHP 8.2
- name: Check PHP syntax errors for PHP 8.3
if: matrix.php == '8.2'
uses: StephaneBour/actions-php-lint@8.2
uses: StephaneBour/actions-php-lint@8.3
with:
dir: '.'
2 changes: 2 additions & 0 deletions build/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
'LICENSE',
'README.md',
'build',
'.docs',
'docker-compose.yml,'
];

// Delete the files and folders we exclude from the packages (tests, docs, build, etc.).
Expand Down

0 comments on commit 95f6079

Please sign in to comment.