We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be70b23 commit ca1df5eCopy full SHA for ca1df5e
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: [ubuntu-latest]
24
- php: [8.1, 8.2]
+ php: [8.1, 8.2, 8.3]
25
26
steps:
27
- name: Generate french locale.
.github/workflows/ci-mssql.yml
@@ -25,6 +25,7 @@ jobs:
php:
- 8.1
- 8.2
28
+ - 8.3
29
30
mssql:
31
- server:2017-latest
.github/workflows/ci-pgsql.yml
@@ -24,6 +24,7 @@ jobs:
pgsql:
- 10
0 commit comments