Skip to content

Commit a6613d9

Browse files
committed
Test specific dev versions of Symfony
1 parent b01d00b commit a6613d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
symfony-version:
2424
- '6.4.*'
2525
- '7.3.*'
26-
- '7.4.x-dev'
26+
- '7.4.*@dev'
2727
include:
2828
- php-version: '8.4'
29-
symfony-version: '8.0.x-dev'
29+
symfony-version: '8.0.*@dev'
3030
- php-version: '8.5'
31-
symfony-version: '8.0.x-dev'
31+
symfony-version: '8.0.*@dev'
3232

3333
steps:
3434
- name: Checkout

0 commit comments

Comments
 (0)