diff options
| author | Thomas BACCELLI <tbaccelli@gmail.com> | 2021-10-20 16:02:33 +0200 |
|---|---|---|
| committer | Thomas A. Hirsch <thomas.hirsch@vema-eg.de> | 2022-01-18 15:56:23 +0100 |
| commit | cef8951100ea692d2a34cb3d00516456158ea86a (patch) | |
| tree | 4143b64a608e2071077d480e9faab63e95a7e717 /.github | |
| parent | 323aefa89f32844ba35b9a10cda2a9d003998211 (diff) | |
| download | smarty-cef8951100ea692d2a34cb3d00516456158ea86a.tar.gz smarty-cef8951100ea692d2a34cb3d00516456158ea86a.tar.bz2 smarty-cef8951100ea692d2a34cb3d00516456158ea86a.zip | |
Add PHP 8.1 tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e82642aa..21977687 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: - "7.3" - "7.4" - "8.0" + - "8.1" compiler: - default |
