Skip to content

Commit

Permalink
Merge pull request #419 from CPS-IT/task/php-8.3
Browse files Browse the repository at this point in the history
[TASK] Don't treat PHP 8.3 as "experimental" any longer
  • Loading branch information
eliashaeussler authored Dec 11, 2023
2 parents 76d4e8e + ce1c0ef commit 9a06b6d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 9a06b6d

Please sign in to comment.