Skip to content

Commit 36f9788

Browse files
committed
chore: add testruns for PHP 8.3
1 parent 5a46401 commit 36f9788

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
# Symfony 6.3 requires PHP >= 8.0, it will be installed on PHP >= 8.0
13+
# Symfony 6.4 requires PHP >= 8.0, it will be installed on PHP >= 8.0
1414
# Symfony 7.0 requires PHP >= 8.2, it will be installed on PHP >= 8.2
15-
php-version: ['8.1', '8.2']
15+
php-version: ['8.1', '8.2', '8.3']
1616
composer-flags: ['']
1717
symfony-version: ['^6.4']
1818
include:
@@ -27,6 +27,8 @@ jobs:
2727
symfony-version: "^6.4"
2828
- php-version: 8.2
2929
symfony-version: "^7.0"
30+
- php-version: 8.3
31+
symfony-version: "^7.0"
3032

3133
steps:
3234
- name: Checkout

0 commit comments

Comments
 (0)