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 9578380 commit bbf19a7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]

steps:
- name: Generate french locale.
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/ci-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,9 @@ jobs:

strategy:
matrix:
os:
- ubuntu-latest

php:
- 8.1
- 8.2
- 8.3

mssql:
- server:2017-latest
- server:2019-latest
- server:2022-latest
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3, 8.4]
mssql: [server:2017-latest, server:2019-latest, server:2022-latest]

services:
mssql:
Expand Down
14 changes: 3 additions & 11 deletions .github/workflows/ci-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,9 @@ jobs:

strategy:
matrix:
os:
- ubuntu-latest

php:
- 8.1
- 8.2
- 8.3

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

services:
mysql:
Expand Down
18 changes: 3 additions & 15 deletions .github/workflows/ci-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,9 @@ jobs:

strategy:
matrix:
os:
- ubuntu-latest

php:
- 8.1
- 8.2
- 8.3

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

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

strategy:
matrix:
os:
- ubuntu-latest

php:
- 8.1
- 8.2
- 8.3
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3, 8.4]

steps:
- name: Checkout.
Expand Down

0 comments on commit bbf19a7

Please sign in to comment.