We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa95c9 commit fd832f4Copy full SHA for fd832f4
.github/workflows/run-grumphp-test.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- php: ['8.1', '8.2', '8.3-rc']
+ php: ['8.1', '8.2', '8.3']
10
container:
11
image: kanti/buildy:${{ matrix.php }}
12
steps:
0 commit comments