Skip to content

Commit

Permalink
[TASK] adds php v8.3 to github workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilBMP committed Jun 19, 2024
1 parent a323686 commit 2847f1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: CI
on:
push:
pull_request:
schedule:
- cron: '5 5 * * *'

jobs:
testsuite:
Expand All @@ -28,4 +26,4 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.0', '8.1', '8.2' ]
php: [ '8.0', '8.1', '8.2', '8.3' ]

0 comments on commit 2847f1c

Please sign in to comment.