Skip to content

Commit fd832f4

Browse files
authored
use php 8.3 stable
1 parent 9fa95c9 commit fd832f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-grumphp-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
php: ['8.1', '8.2', '8.3-rc']
9+
php: ['8.1', '8.2', '8.3']
1010
container:
1111
image: kanti/buildy:${{ matrix.php }}
1212
steps:

0 commit comments

Comments
 (0)