Skip to content

Commit

Permalink
added php 8.3 to cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-mueller authored Sep 9, 2024
1 parent 2856ec0 commit 6ea568e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Check for rebuild
strategy:
matrix:
version: [ '8.0', '8.1', '8.2' ]
version: [ '8.0', '8.1', '8.2', '8.3' ]
uses: ./.github/workflows/check-for-rebuild.yml
with:
version: ${{ matrix.version }}
version: ${{ matrix.version }}

0 comments on commit 6ea568e

Please sign in to comment.