Skip to content

Commit

Permalink
Merge pull request #20 from boxuk/php74
Browse files Browse the repository at this point in the history
[DEPS] Remove PHP 7.4
  • Loading branch information
jonny-bull authored Dec 1, 2022
2 parents eea739b + cb99236 commit eb080dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
tools: cs2pr, composer:v2

- name: Get Composer cache Directory
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set up PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
tools: cs2pr, composer:v2

- name: Get Composer cache Directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1']
php: ['8.0', '8.1']
runs-on: ubuntu-latest
steps:
- name: Check out source code
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1']
php: ['8.0', '8.1']
wp: ['latest']
mysql: ['8.0']
test: ["composer behat || composer behat-rerun"]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": "^7.4 || ^8.0 || ^8.1",
"php": "^8.0 || ^8.1",
"wp-cli/mustangostang-spyc": "^0.6.3",
"symfony/polyfill-php81": "^1.25"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/php-cs-fixer/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": "^7.4 || ^8.0 || ^8.1",
"php": "^8.0 || ^8.1",
"friendsofphp/php-cs-fixer": "^3.0"
}
}

0 comments on commit eb080dc

Please sign in to comment.