Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
# Fixer only needs to run on the latest stable. Fixer is also laggard
# in supporting newer versions.
php-versions: ['8.3']
php-versions: ['8.4']
steps:
- uses: actions/checkout@v2
- uses: "shivammathur/setup-php@v2"
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.2', '8.3', '8.4']
php-versions: ['8.2', '8.3', '8.4', '8.5']
steps:
- uses: actions/checkout@v2
- uses: "shivammathur/setup-php@v2"
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.2', '8.3', '8.4']
php-versions: ['8.2', '8.3', '8.4', '8.5']
dependency-versions: ['highest', 'lowest']
steps:
- uses: actions/checkout@v2
Expand Down
Loading