Skip to content

Commit 75203c1

Browse files
authored
Test PHP8.4 (#106)
1 parent 50f5710 commit 75203c1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
on:
22
push:
33
pull_request:
4-
schedule:
5-
- cron: '0 0 * * *'
64

75
jobs:
86
php-tests:
@@ -36,6 +34,9 @@ jobs:
3634
- symfony: ^7
3735
php: 8.3
3836
dependency-version: prefer-stable
37+
- symfony: ^7
38+
php: 8.4
39+
dependency-version: prefer-stable
3940

4041
name: PHP${{ matrix.php }} Symfony${{ matrix.symfony }} - ${{ matrix.dependency-version }}
4142

0 commit comments

Comments
 (0)