MDL-76443 GitHub: Bump workflow max PHP to 8.3

This commit is contained in:
Andrew Nicols
2024-02-21 14:15:52 +08:00
parent d3ad77e476
commit 2cb4378cd0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ on:
default: ''
env:
php: 8.2
php: 8.3
jobs:
Grunt:
@@ -68,7 +68,7 @@ jobs:
db: mysqli
# PostgreSQL builds always run with the highest PHP supported version.
- os: ubuntu-22.04
php: 8.2
php: 8.3
db: pgsql
steps:
+2 -2
View File
@@ -8,7 +8,7 @@ on:
required: false
default: ''
env:
php: 8.2
php: 8.3
jobs:
Grunt:
@@ -51,7 +51,7 @@ jobs:
matrix:
include:
- os: windows-latest
php: 8.2
php: 8.3
# Ideally we should use mysql/mariadb, but they are 4x slower without tweaks and configuration
# so let's run only postgres (1.5h vs 6h) only, If some day we want to improve the mysql runs,
# this is the place to enable them.