Skip to content

Commit 338f10e

Browse files
docs: bump versions for example (#255)
Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
1 parent c58cccf commit 338f10e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,16 @@ strategy:
201201
- "7.4"
202202
- "8.0"
203203
- "8.1"
204+
- "8.2"
204205
dependencies:
205206
- "lowest"
206207
- "highest"
207208
include:
208-
- php-version: "8.2"
209+
- php-version: "8.3"
209210
composer-options: "--ignore-platform-reqs"
210211
211212
steps:
212-
- uses: "actions/checkout@v3"
213+
- uses: "actions/checkout@v4"
213214
- uses: "shivammathur/setup-php@v2"
214215
with:
215216
php-version: "${{ matrix.php }}"

0 commit comments

Comments
 (0)