Skip to content

Commit dd98e0f

Browse files
Update main.yml
1 parent 53ec62f commit dd98e0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
runs-on: ubuntu-latest
139139
strategy:
140140
matrix:
141-
php: [8.0]
141+
php: [7.4]
142142
steps:
143143
- uses: actions/checkout@v1
144144
- name: Setup PHP
@@ -158,7 +158,7 @@ jobs:
158158
runs-on: ubuntu-latest
159159
strategy:
160160
matrix:
161-
php: [ 7.4 ]
161+
php: [ 8.0 ]
162162
steps:
163163
- uses: actions/checkout@v1
164164
- name: Cache composer dependencies

0 commit comments

Comments
 (0)