Skip to content

Commit 9fe2990

Browse files
committed
ci: Test on PHP8.2.
1 parent cd92bae commit 9fe2990

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
16-
php-versions: ['7.3', '7.4', '8.0', '8.1']
16+
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
1717
composer-versions: ['composer:v1', 'composer:v2']
1818
dependencies: ["lowest", "highest"]
1919

@@ -56,3 +56,5 @@ jobs:
5656
composer run analyse
5757
composer run lint
5858
composer run test
59+
env:
60+
PHP_CS_FIXER_IGNORE_ENV: true

0 commit comments

Comments
 (0)