We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382a754 commit 88cfe66Copy full SHA for 88cfe66
.github/workflows/test-application.yaml
@@ -48,16 +48,28 @@ jobs:
48
- php-version: '8.2'
49
dependencies: highest
50
behat-suite: standalone
51
- composer-stability: 'dev'
52
53
54
55
behat-suite: embedded
56
57
58
59
60
behat-suite: cli
+
+ - php-version: '8.3'
61
+ dependencies: highest
62
+ behat-suite: standalone
63
+ composer-stability: 'dev'
64
65
66
67
+ behat-suite: embedded
68
69
70
71
72
+ behat-suite: cli
73
composer-stability: 'dev'
74
75
steps:
0 commit comments