Skip to content

Commit

Permalink
Fix the CI on PHP 8.3 until phpspec supports it officially
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Dec 7, 2023
1 parent 1b4b61e commit a2c9520
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
composer-flags: [ "" ]
include:
- php: 7.2
composer-flags: "--prefer-lowest"
- php: '8.3'
composer-flags: "--ignore-platform-req=php+" # TODO move that to a normal job without flag once phpspec supports it

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a2c9520

Please sign in to comment.