diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 7afe59ca..87ef9cdd 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -19,6 +19,7 @@ jobs: - "development" php-version: - "8.0" + - "8.1" operating-system: - "ubuntu-latest" @@ -74,7 +75,7 @@ jobs: dependencies: - "locked" php-version: - - "8.1" + - "8.2" operating-system: - "ubuntu-latest"