Skip to content

Commit e69689d

Browse files
committed
test on PHP 8.3
1 parent a172d19 commit e69689d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "8.0"
2323
- "8.1"
2424
- "8.2"
25+
- "8.3"
2526
symfony-version: # https://symfony.com/releases
2627
- "4.4.20"
2728
- "5.3"
@@ -80,7 +81,7 @@ jobs:
8081
- name: "Install PHP"
8182
uses: "shivammathur/setup-php@v2"
8283
with:
83-
php-version: "8.0"
84+
php-version: "8.3"
8485
coverage: "none"
8586
- name: "Install dependencies with Composer"
8687
uses: "ramsey/composer-install@v2"

0 commit comments

Comments
 (0)