1 parent f2f387a commit 214cb09Copy full SHA for 214cb09
1 file changed
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- php-versions: [ '8.2', '8.3', '8.4' ]
+ php-versions: [ '8.3', '8.4' ]
9
name: Testing on PHP ${{ matrix.php-versions }}
10
steps:
11
- name: Checkout
0 commit comments