From e28cd29bdb778cc6048d429851037e3069e8697b Mon Sep 17 00:00:00 2001 From: Larry Garfield Date: Fri, 3 Oct 2025 12:13:44 -0500 Subject: [PATCH] Run CI on PHP 8.5. --- .github/workflows/quality-assurance.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality-assurance.yaml b/.github/workflows/quality-assurance.yaml index 6707f7c..59e0b45 100644 --- a/.github/workflows/quality-assurance.yaml +++ b/.github/workflows/quality-assurance.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ '8.2', '8.3', '8.4' ] + php: [ '8.2', '8.3', '8.4', '8.5' ] composer-flags: [ '' ] phpunit-flags: [ '--coverage-text' ] steps: @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ '8.2', '8.3', '8.4' ] + php: [ '8.4', '8.5' ] composer-flags: [ '' ] steps: - uses: actions/checkout@v2