Skip to content

Commit 52461c4

Browse files
committed
Run most recent PHP versions in the pipeline
That ensures we have support for the most recent versions.
1 parent ffbe7f2 commit 52461c4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
php-version:
1616
- "8.1"
1717
- "8.2"
18+
- "8.3"
19+
- "8.4"
20+
- "8.5"
1821

1922
steps:
2023
- name: Checkout

0 commit comments

Comments
 (0)