1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 14:44:05 +00:00

run tests on PHP 8.3

This commit is contained in:
Samuel Štancl 2025-02-25 14:30:51 +01:00
parent b84e058d9c
commit c3575a803b

View file

@ -21,7 +21,8 @@ jobs:
- laravel: 11
php: "8.3"
- laravel: 12
php: "8.4"
php: "8.3"
# Ideally we'd run at least one of these on PHP 8.4, however the Dockerfile seems to require some changes for that
steps:
- uses: actions/checkout@v2