Skip to content

Commit

Permalink
Merge branch 'master' into php-73.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Mar 22, 2024
2 parents 3357e64 + 28cbf6c commit 60f1df5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
- php: 8.3
extensions: apcu, curl, dom, imagick, intl, mbstring, mcrypt, memcached
coverage: none
os: ubuntu-latest
- php: 8.4
extensions: apcu, curl, dom, imagick, intl, mbstring, mcrypt, memcached
coverage: none
os: ubuntu-latest

steps:
- name: Generate french locale.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
mssql: server:2022-latest
- php: 8.3
mssql: server:2022-latest
- php: 8.4
mssql: server:2022-latest

services:
mssql:
Expand Down
13 changes: 3 additions & 10 deletions .github/workflows/ci-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,9 @@ jobs:

strategy:
matrix:
php:
- 7.4
- 8.0
- 8.1
- 8.2
- 8.3

mysql:
- 5.7
- latest
os: [ubuntu-latest]
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
mysql: [5.7, latest]

services:
mysql:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/ci-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:

strategy:
matrix:
os:
- ubuntu-latest

php:
- 7.4
os: [ubuntu-latest]
php: [7.4]

services:
oci:
Expand Down
17 changes: 3 additions & 14 deletions .github/workflows/ci-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,9 @@ jobs:

strategy:
matrix:
php:
- 7.4
- 8.0
- 8.1
- 8.2
- 8.3

pgsql:
- 10
- 11
- 12
- 13
- 14
- 15
os: [ubuntu-latest]
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
pgsql: [10, 11, 12, 13, 14, 15]

services:
postgres:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/ci-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ jobs:

strategy:
matrix:
php:
- 7.4
- 8.0
- 8.1
- 8.2
- 8.3
os: [ubuntu-latest]
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]

steps:
- name: Checkout.
Expand Down

0 comments on commit 60f1df5

Please sign in to comment.