Skip to content

Commit

Permalink
use php 8.3 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed Feb 1, 2024
1 parent fa93ee7 commit e286024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-grumphp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3-rc']
php: ['8.1', '8.2', '8.3']
container:
image: kanti/buildy:${{ matrix.php }}
steps:
Expand Down

0 comments on commit e286024

Please sign in to comment.