We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b60a5 commit ec3be69Copy full SHA for ec3be69
1 file changed
.github/workflows/php.yml
@@ -93,12 +93,12 @@ jobs:
93
fail-fast: false
94
matrix:
95
php:
96
- - 8.0 # from 2020-11 to 2022-11 (2023-11)
97
- - 8.1 # from 2021-11 to 2023-11 (2025-12)
98
- - 8.2 # from 2022-12 to 2024-12 (2026-12)
99
- - 8.3 # from 2023-11 to 2025-12 (2027-12)
100
- - 8.4 # from 2024-11 to 2026-12 (2028-12)
101
- - 8.5 # from 2025-11 to 2027-12 (2029-12)
+ - '8.0' # from 2020-11 to 2022-11 (2023-11)
+ - '8.1' # from 2021-11 to 2023-11 (2025-12)
+ - '8.2' # from 2022-12 to 2024-12 (2026-12)
+ - '8.3' # from 2023-11 to 2025-12 (2027-12)
+ - '8.4' # from 2024-11 to 2026-12 (2028-12)
+ - '8.5' # from 2025-11 to 2027-12 (2029-12)
102
steps:
103
- uses: actions/checkout@v4
104
- uses: docker://pipelinecomponents/php-codesniffer
0 commit comments