That action doesn't work right with 8.3, clearly

This commit is contained in:
Belle Aerni 2023-11-24 14:17:32 -08:00
parent af93171c52
commit 27d94b91e4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: [8.0, 8.1, 8.2, 8.3]
php_version: [8.0, 8.1, 8.2]
steps:
- uses: actions/checkout@v4