Skip to content

Commit

Permalink
Add tests for PHP 8.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Mar 20, 2024
1 parent e2a1670 commit 93219df
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 44 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
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
16 changes: 3 additions & 13 deletions .github/workflows/ci-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,9 @@ jobs:

strategy:
matrix:
os:
- ubuntu-latest

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
20 changes: 3 additions & 17 deletions .github/workflows/ci-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,9 @@ jobs:

strategy:
matrix:
os:
- ubuntu-latest

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
11 changes: 2 additions & 9 deletions .github/workflows/ci-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,8 @@ jobs:

strategy:
matrix:
os:
- ubuntu-latest

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 93219df

Please sign in to comment.