We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6d4b4 commit 98ffdc0Copy full SHA for 98ffdc0
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