Skip to content

Commit

Permalink
GH Actions: enable linting against PHP 8.3
Browse files Browse the repository at this point in the history
As the PHP 8.3 build passes and the PHP 8.3 release is expected later this week, the builds are not _allowed to fail_.
  • Loading branch information
jrfnl committed Nov 20, 2023
1 parent ec3fffc commit dcf759b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
# Lint against the highest/lowest supported versions of each PHP major.
# And also do a run against "nightly" (the current dev version of PHP).
php_version: ['7.2', '7.4', '8.0', '8.1', '8.2']
php_version: ['7.2', '7.4', '8.0', '8.2', '8.3']

name: "Lint: PHP ${{ matrix.php_version }}"

Expand Down

0 comments on commit dcf759b

Please sign in to comment.