We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2feea commit 2ac2993Copy full SHA for 2ac2993
1 file changed
.github/workflows/build.yaml
@@ -11,10 +11,10 @@ jobs:
11
fail-fast: false
12
matrix:
13
operating-system: [ ubuntu-latest ]
14
- php-versions: [ '8.1', '8.2' ]
+ php-versions: [ '7.4', '8.0', '8.1', '8.2' ]
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
- name: Setup PHP, with composer and extensions
19
uses: shivammathur/setup-php@v2
20
with:
0 commit comments