Skip to content

Commit

Permalink
Add PHP 8.4 to CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilsson committed Nov 18, 2024
1 parent 92f93fa commit 05bb47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.3', '8.2', '8.1']
php-versions: ['8.4', '8.3', '8.2', '8.1']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 05bb47f

Please sign in to comment.