Skip to content

Commit 5d7c1e1

Browse files
author
Hermann
committed
Add to test with php 8.3 and 8.4
1 parent 77f7237 commit 5d7c1e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ jobs:
3838
composer-options: "--ignore-platform-reqs"
3939
experimental: true
4040
dependencies: "highest"
41+
- php: "8.3"
42+
composer-options: "--ignore-platform-reqs"
43+
experimental: true
44+
dependencies: "highest"
45+
- php: "8.4"
46+
composer-options: "--ignore-platform-reqs"
47+
experimental: true
48+
dependencies: "highest"
4149
steps:
4250
- name: Set up PHP
4351
uses: shivammathur/setup-php@2.24.0

0 commit comments

Comments
 (0)