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 c52a7f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,17 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"
os:
- "macos-latest"
- "ubuntu-latest"
- "windows-latest"
composer-deps:
- "lowest"
- "highest"
include:
- php: "8.3"
composer-deps: "highest"
composer-options: "--ignore-platform-reqs"

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

0 comments on commit c52a7f4

Please sign in to comment.