Skip to content

Commit

Permalink
docs: bump versions for example
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Feb 24, 2024
1 parent b231af5 commit 6127110
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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 6127110

Please sign in to comment.