This commit is contained in:
Sara Arjona 2023-08-16 12:10:05 +02:00
commit 0d86da6163
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ on:
- v[0-9]+.[0-9]+.[0-9]+*
env:
php: 8.1
php: 8.2
jobs:
Grunt:
@ -61,7 +61,7 @@ jobs:
db: mysqli
# PostgreSQL builds always run with the highest PHP supported version.
- os: ubuntu-22.04
php: 8.1
php: 8.2
db: pgsql
steps:

View File

@ -3,7 +3,7 @@ name: Windows Testing
on:
workflow_dispatch
env:
php: 8.1
php: 8.2
jobs:
Grunt:
@ -46,13 +46,13 @@ jobs:
matrix:
include:
- os: windows-latest
php: 8.1
php: 8.2
# 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.
# db: mysqli
db: pgsql
extensions: exif, fileinfo, gd, intl, pgsql, mysql, redis, soap, sodium
extensions: exif, fileinfo, gd, intl, pgsql, mysql, redis, soap, sodium, zip
- os: windows-latest
php: 8.0
db: pgsql