Skip to content

Commit 10cfae6

Browse files
authored
Merge pull request #229 from phpcr/test-php84-85
test php 8.4 and 8.5
2 parents ab6d4b4 + 98ffdc0 commit 10cfae6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/test-application.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ jobs:
7171
dependencies: highest
7272
behat-suite: cli
7373
composer-stability: 'dev'
74+
75+
- php-version: '8.4'
76+
dependencies: highest
77+
behat-suite: cli
78+
composer-stability: 'dev'
79+
80+
- php-version: '8.5'
81+
dependencies: highest
82+
behat-suite: cli
83+
composer-stability: 'dev'
7484

7585
steps:
7686
- name: Checkout project

0 commit comments

Comments
 (0)