diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f38a342d..42b2621a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: testsuite: name: all tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: php: [ '7.4', '8.0', '8.1' ]