add PHP8.3 JIT compiler to testsuite

This commit is contained in:
Simon Wisselink
2024-01-23 10:36:50 +01:00
parent 6218f395f4
commit ed144d97bd

View File

@@ -46,6 +46,9 @@ jobs:
- os: ubuntu-latest
php-version: "8.2"
compiler: jit
- os: ubuntu-latest
php-version: "8.3"
compiler: jit
steps:
- name: Checkout