We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae7685 commit 57c2388Copy full SHA for 57c2388
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- php: [ '8.1', '8.2', '8.3' ]
+ php: [ '8.2', '8.3' ]
16
17
steps:
18
- name: Checkout
0 commit comments