Skip to content

Commit 0c9a0ca

Browse files
Drop php 8.2 in phpcs and github workflows
1 parent 0adc1ca commit 0c9a0ca

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15-
- php-versions: "8.2"
16-
composer-option: ""
17-
continue-on-error: false
1815
- php-versions: "8.3"
1916
composer-option: ""
2017
continue-on-error: false
@@ -40,7 +37,9 @@ jobs:
4037
composer-options: "--prefer-dist --no-progress ${{ matrix.composer-option }}"
4138

4239
- name: "Unit + Integration"
43-
run: "vendor/bin/phpunit"
40+
run: "vendor/bin/phpunit" - php-versions: "8.2"
41+
composer-option: ""
42+
continue-on-error: false
4443

4544
- name: "Mutation tests"
4645
run: "vendor/bin/infection --min-msi=99 --no-progress --threads=5"

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<arg name="colors"/>
66
<arg value="nps"/>
77

8-
<config name="php_version" value="80200"/>
8+
<config name="php_version" value="80300"/>
99

1010
<file>src</file>
1111
<file>tests</file>

0 commit comments

Comments
 (0)