Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
  • Loading branch information
driesvints committed Sep 12, 2022
commit 172f6ec8e81b079bcfa258f481705f33892d10f8
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
# php: ['8.0', 8.1]
# stability: [prefer-lowest, prefer-stable]
php: [8.2]
stability: [prefer-stable]
stability: ["prefer-stable --ignore-platform-reqs"]
# include:
# - php: 8.2
# stability: prefer-stable
# stability: prefer-stable --ignore-platform-reqs

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

Expand Down