Skip to content

Commit

Permalink
Support PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym authored Jan 4, 2024
1 parent deb9b8b commit 4b7445e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:

jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@next_stable
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1
with:
old_stable: '["7.4", "8.0"]'
current_stable: 8.1
next_stable: 8.2
old_stable: '["7.4", "8.0", "8.1", "8.2"]'
current_stable: 8.3

0 comments on commit 4b7445e

Please sign in to comment.