Skip to content

Commit

Permalink
Merge pull request #2977 from skaut/php-bump
Browse files Browse the repository at this point in the history
Bumped maximum PHP version to 8.3
  • Loading branch information
marekdedic authored Jan 3, 2025
2 parents 78fee94 + 133f2b3 commit fee2c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: "*"
pull_request:
env:
php-version: 8.2
php-version: 8.3
cache-version: 1
jobs:
platform-check:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
needs: build
strategy:
matrix:
versions: [{php: "5.6", wordpress: "4.9"}, {php: "5.6", wordpress: "5.9"}, {php: "5.6", wordpress: "6.2"}, {php: "7.4", wordpress: "latest"}, {php: "8.2", wordpress: "latest"}]
versions: [{php: "5.6", wordpress: "4.9"}, {php: "5.6", wordpress: "5.9"}, {php: "5.6", wordpress: "6.2"}, {php: "7.4", wordpress: "latest"}, {php: "8.3", wordpress: "latest"}]
services:
mysql:
image: mysql:5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- "*"
env:
php-version: 8.2
php-version: 8.3
cache-version: 1
jobs:
build:
Expand Down

0 comments on commit fee2c4b

Please sign in to comment.