Skip to content

Commit

Permalink
MDL-76443 GitHub: Bump workflow max PHP to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Feb 21, 2024
1 parent d3ad77e commit 2cb4378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
default: ''

env:
php: 8.2
php: 8.3

jobs:
Grunt:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: false
default: ''
env:
php: 8.2
php: 8.3

jobs:
Grunt:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 2cb4378

Please sign in to comment.