Skip to content

Commit

Permalink
Maintenance updates (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Dec 3, 2024
1 parent a1b9c45 commit 24a2b84
Show file tree
Hide file tree
Showing 10 changed files with 787 additions and 696 deletions.
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

0 comments on commit 24a2b84

Please sign in to comment.