Skip to content

Commit

Permalink
docs: bump versions for example (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
  • Loading branch information
Chris53897 and Chris8934 committed Feb 28, 2024
1 parent c58cccf commit 338f10e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -201,15 +201,16 @@ strategy:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
dependencies:
- "lowest"
- "highest"
include:
- php-version: "8.2"
- php-version: "8.3"
composer-options: "--ignore-platform-reqs"

steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ matrix.php }}"
Expand Down

0 comments on commit 338f10e

Please sign in to comment.