Skip to content

Commit 8ca957d

Browse files
authored
Trigger a build to test against PHP 8.3 (#12)
* Trigger a build to test against PHP 8.3 * Add PHP 8.3 support * [no ci] Revert README.md change
1 parent e50c06f commit 8ca957d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
uses: SymfonyCasts/.github/.github/workflows/phpunit.yaml@main
1313
with:
14-
php-version-matrix: '["8.1", "8.2"]'
14+
php-version-matrix: '["8.1", "8.2", "8.3"]'
1515
php-version-lowest: '8.1'
1616

1717
test_windows:

0 commit comments

Comments
 (0)