diff --git a/.github/workflows/coding-standard.yml b/.github/workflows/coding-standard.yml index 73c911512..904b3f81e 100644 --- a/.github/workflows/coding-standard.yml +++ b/.github/workflows/coding-standard.yml @@ -19,7 +19,8 @@ jobs: dependencies: - "locked" php-version: - - "7.4" + - "8.0" + - "8.1" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index b0dc6e528..a2638d5eb 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -19,7 +19,8 @@ jobs: dependencies: - "locked" php-version: - - "7.4" + - "8.0" + - "8.1" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 06841a766..8b11e93da 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -19,7 +19,8 @@ jobs: dependencies: - "locked" php-version: - - "7.4" + - "8.0" + - "8.1" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 2cabcebeb..036b62a18 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -21,7 +21,6 @@ jobs: - "highest" - "locked" php-version: - - "7.4" - "8.0" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 31c81a6fd..c2e39b008 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -19,7 +19,8 @@ jobs: dependencies: - "locked" php-version: - - "7.4" + - "8.0" + - "8.1" operating-system: - "ubuntu-latest"