Skip to content

Commit da207e8

Browse files
committed
Workflows change to attempt fixing CS reports
1 parent 2a4b773 commit da207e8

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install PHP
2828
uses: shivammathur/setup-php@v2
2929
with:
30-
php-version: '7.4'
30+
php-version: '8.2'
3131
coverage: none
3232
tools: cs2pr
3333

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
# Lint against the highest/lowest supported versions of each PHP major.
2828
# And also do a run against "nightly" (the current dev version of PHP).
29-
php_version: ['7.4', '8.0', '8.1', '8.2']
29+
php_version: ['8.2', '8.3', '8.4']
3030

3131
name: "Lint: PHP ${{ matrix.php_version }}"
3232

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
wp_version: '6.4'
4242
multisite: true
4343

44+
- php_version: '8.4'
45+
wp_version: 'latest'
46+
multisite: false
47+
4448
name: "Integration Test: PHP ${{ matrix.php_version }} | WP ${{ matrix.wp_version }}${{ matrix.multisite == true && ' (+ ms)' || '' }}"
4549

4650
# Allow builds to fail on as-of-yet unreleased WordPress versions.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"source": "https://github.com/emilia-capital/comment-hacks"
2424
},
2525
"require": {
26-
"php": ">=7.4",
26+
"php": ">=8.2",
2727
"composer/installers": "^1.12.0"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)