We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab6d4b4 + 98ffdc0 commit 10cfae6Copy full SHA for 10cfae6
1 file changed
.github/workflows/test-application.yaml
@@ -71,6 +71,16 @@ jobs:
71
dependencies: highest
72
behat-suite: cli
73
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
82
83
84
85
steps:
86
- name: Checkout project
0 commit comments