Skip to content

Commit

Permalink
use php 8.3 stable (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed Feb 2, 2024
1 parent 7f0c49e commit aeb0b1d
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 @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3-rc']
php: ['8.1', '8.2', '8.3']
typo3: [false, true]
container:
image: kanti/buildy:${{ matrix.php }}
Expand Down

0 comments on commit aeb0b1d

Please sign in to comment.