Skip to content

Commit

Permalink
Merge pull request #56 from friends-of-phpspec/php82-support
Browse files Browse the repository at this point in the history
CI: Add support for PHP8.2
  • Loading branch information
shulard authored Feb 22, 2023
2 parents cd92bae + 9fe2990 commit 279e8c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['7.3', '7.4', '8.0', '8.1']
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
composer-versions: ['composer:v1', 'composer:v2']
dependencies: ["lowest", "highest"]

Expand Down Expand Up @@ -56,3 +56,5 @@ jobs:
composer run analyse
composer run lint
composer run test
env:
PHP_CS_FIXER_IGNORE_ENV: true

0 comments on commit 279e8c8

Please sign in to comment.