Skip to content

Commit ca1df5e

Browse files
committed
Add php 8.3 to workflows.
1 parent be70b23 commit ca1df5e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest]
24-
php: [8.1, 8.2]
24+
php: [8.1, 8.2, 8.3]
2525

2626
steps:
2727
- name: Generate french locale.

.github/workflows/ci-mssql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
php:
2626
- 8.1
2727
- 8.2
28+
- 8.3
2829

2930
mssql:
3031
- server:2017-latest

.github/workflows/ci-pgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
php:
2525
- 8.1
2626
- 8.2
27+
- 8.3
2728

2829
pgsql:
2930
- 10

0 commit comments

Comments
 (0)