Skip to content

Commit

Permalink
ci: ignore platform reqs for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Oct 27, 2023
1 parent d144b00 commit 8f52d29
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,26 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"
os:
- "macos-latest"
- "ubuntu-latest"
- "windows-latest"
composer-deps:
- "lowest"
- "highest"
include:
- php: "8.3"
os: "macos-latest"
composer-deps: "highest"
composer-options: "--ignore-platform-reqs"
- php: "8.3"
os: "ubuntu-latest"
composer-deps: "highest"
composer-options: "--ignore-platform-reqs"
- php: "8.3"
os: "windows-latest"
composer-deps: "highest"
composer-options: "--ignore-platform-reqs"

steps:
- name: "Configure Git (for Windows)"
Expand Down

0 comments on commit 8f52d29

Please sign in to comment.