Skip to content

Commit

Permalink
PHP 8.3 in CI (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Sep 14, 2023
1 parent 8ae7f6b commit 034b32f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
dependency-version: [ prefer-lowest, prefer-stable ]
operating-system: [ ubuntu-latest, windows-latest ]
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ And in such cases, the test may work when executed in standalone run, but fail w
Therefore, having a collision detector in CI might be useful.

## Supported PHP versions
- PHP 7.2 - PHP 8.2
- PHP 7.2 - PHP 8.3

0 comments on commit 034b32f

Please sign in to comment.