We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054b587 commit b395410Copy full SHA for b395410
1 file changed
.github/workflows/build.yaml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
operating-system: [ ubuntu-latest ]
14
- php-versions: [ '7.4', '8.0', '8.1' ]
+ php-versions: [ '8.1', '8.2' ]
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v3
0 commit comments