We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a46401 commit 36f9788Copy full SHA for 36f9788
.github/workflows/tests.yml
@@ -10,9 +10,9 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- # Symfony 6.3 requires PHP >= 8.0, it will be installed on PHP >= 8.0
+ # Symfony 6.4 requires PHP >= 8.0, it will be installed on PHP >= 8.0
14
# Symfony 7.0 requires PHP >= 8.2, it will be installed on PHP >= 8.2
15
- php-version: ['8.1', '8.2']
+ php-version: ['8.1', '8.2', '8.3']
16
composer-flags: ['']
17
symfony-version: ['^6.4']
18
include:
@@ -27,6 +27,8 @@ jobs:
27
symfony-version: "^6.4"
28
- php-version: 8.2
29
symfony-version: "^7.0"
30
+ - php-version: 8.3
31
+ symfony-version: "^7.0"
32
33
steps:
34
- name: Checkout
0 commit comments