Skip to content

Commit

Permalink
Adds official support for PHP 8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Dec 28, 2022
1 parent 68e7b4a commit 908d7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '8.0', '8.1', '8.2' ]
php-versions: [ '8.1', '8.2' ]

steps:
- name: Checkout
Expand Down

0 comments on commit 908d7b2

Please sign in to comment.