Skip to content

Commit

Permalink
change stable php version from 8.1 to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jingu committed Sep 20, 2022
1 parent cc99c14 commit 1087a9b
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"]'
current_stable: 8.2

0 comments on commit 1087a9b

Please sign in to comment.