Skip to content

Commit 0c61cd4

Browse files
authored
Merge pull request #28 from thomasvargiu/feat-php8
build: remove php 8.2 tests
2 parents 58e9bd8 + 449ab93 commit 0c61cd4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ jobs:
2020
strategy:
2121
matrix:
2222
php-version:
23-
- "7.3"
2423
- "7.4"
2524
- "8.0"
2625
- "8.1"
27-
- "8.2"
2826

2927
steps:
3028
- name: "Checkout"
@@ -63,7 +61,7 @@ jobs:
6361
strategy:
6462
matrix:
6563
php-version:
66-
- "8.2"
64+
- "8.1"
6765
deps:
6866
- "latest"
6967
coverage:
@@ -103,11 +101,9 @@ jobs:
103101
strategy:
104102
matrix:
105103
php-version:
106-
- "7.3"
107104
- "7.4"
108105
- "8.0"
109106
- "8.1"
110-
- "8.2"
111107
deps:
112108
- "lowest"
113109
- "latest"

0 commit comments

Comments
 (0)