From ce1c0ef44ab07cdd4a639ae9a13d4231dd2a7437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Mon, 11 Dec 2023 09:28:24 +0100 Subject: [PATCH] [TASK] Don't treat PHP 8.3 as "experimental" any longer --- .github/workflows/tests.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index dd6654b..6bde010 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,10 +17,6 @@ jobs: matrix: php-version: ["8.1", "8.2", "8.3"] dependencies: ["locked", "highest", "lowest"] - # @todo Remove once PHP 8.3 is released as stable version - include: - - php-version: "8.3" - experimental: true steps: - uses: actions/checkout@v4 with: @@ -39,7 +35,6 @@ jobs: uses: ramsey/composer-install@v2 with: dependency-versions: ${{ matrix.dependencies }} - composer-options: ${{ matrix.experimental && '--ignore-platform-req=php' }} # Run tests - name: Run tests