Skip to content

Commit f004a70

Browse files
committed
Add PHP 8.4 to GitHub Action (GHA) test matrix.
1 parent 839c373 commit f004a70

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- '8.1' # from 2021-11 to 2023-11 (2025-12)
7979
- '8.2' # from 2022-12 to 2024-12 (2026-12)
8080
- '8.3' # from 2023-11 to 2025-12 (2027-12)
81+
- '8.4' # from 2024-11 to 2026-12 (2028-12)
8182
steps:
8283
- uses: actions/checkout@v4
8384
- uses: shivammathur/setup-php@v2
@@ -122,6 +123,7 @@ jobs:
122123
- '8.1' # from 2021-11 to 2023-11 (2025-12)
123124
- '8.2' # from 2022-12 to 2024-12 (2026-12)
124125
- '8.3' # from 2023-11 to 2025-12 (2027-12)
126+
- '8.4' # from 2024-11 to 2026-12 (2028-12)
125127
steps:
126128
- uses: actions/checkout@v4
127129
- uses: docker://pipelinecomponents/php-codesniffer

0 commit comments

Comments
 (0)