Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance updates #223

Merged
merged 8 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: 'latest'
coverage: none
tools: composer, cs2pr

Expand Down Expand Up @@ -57,12 +57,17 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
php: ['8.2', '8.1', '8.0', '7.4', '7.3', '7.2']
php: ['8.3', '8.2', '8.1', '8.0', '7.4', '7.3', '7.2']
wp: ['latest']
coverage: [false]
experimental: [false]
include:
- php: '8.3'
- php: '7.0'
wp: '6.5'
coverage: false
experimental: false

- php: '8.4'
wp: 'latest'
coverage: true
experimental: false
Expand Down Expand Up @@ -177,7 +182,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: 'latest'
extensions: mysql
coverage: none
tools: composer
Expand Down
10 changes: 5 additions & 5 deletions build-cs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"php-stubs/wordpress-tests-stubs": "^6.3.0",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-phpunit": "^1.2",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan-phpunit": "^2.0.1",
"phpstan/phpstan-strict-rules": "^2.0.0",
"slevomat/coding-standard": "^8.9",
"swissspidy/phpstan-no-private": "^0.2",
"szepeviktor/phpstan-wordpress": "^1.1",
"swissspidy/phpstan-no-private": "^1.0.0",
"szepeviktor/phpstan-wordpress": "^2.0.1",
"phpbench/phpbench": "^1.2",
"phpmd/phpmd": "^2.9"
},
Expand Down
Loading
Loading