diff --git a/.github/workflows/verify-stability.yaml b/.github/workflows/verify-stability.yaml index 962035d..2f19b11 100644 --- a/.github/workflows/verify-stability.yaml +++ b/.github/workflows/verify-stability.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '8.0', '8.1', '8.2' ] + php-versions: [ '8.2', '8.3', '8.4' ] env: extensions: dom, fileinfo, intl, json, pcre, simplexml key: cache-v1 # can be any string, change to clear the extension cache. @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '8.0', '8.1', '8.2' ] + php-versions: [ '8.2', '8.3', '8.4' ] env: extensions: dom, fileinfo, intl, json, pcre, simplexml key: cache-v1 # can be any string, change to clear the extension cache. @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '8.0', '8.1', '8.2' ] + php-versions: [ '8.2', '8.3', '8.4' ] env: extensions: dom, fileinfo, intl, json, pcre, simplexml key: cache-v1 # can be any string, change to clear the extension cache.