We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f5710 commit 75203c1Copy full SHA for 75203c1
1 file changed
.github/workflows/run-tests.yml
@@ -1,8 +1,6 @@
1
on:
2
push:
3
pull_request:
4
- schedule:
5
- - cron: '0 0 * * *'
6
7
jobs:
8
php-tests:
@@ -36,6 +34,9 @@ jobs:
36
34
- symfony: ^7
37
35
php: 8.3
38
dependency-version: prefer-stable
+ - symfony: ^7
+ php: 8.4
39
+ dependency-version: prefer-stable
40
41
name: PHP${{ matrix.php }} Symfony${{ matrix.symfony }} - ${{ matrix.dependency-version }}
42
0 commit comments