Skip to content

Commit 71b8adb

Browse files
committed
- minimum PHP version is 8.1
1 parent e234ba2 commit 71b8adb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: CI
2-
on: [push, pull_request]
2+
on:
3+
- push
4+
- pull_request
35
env:
46
timezone: UTC
57
jobs:
@@ -10,13 +12,11 @@ jobs:
1012
strategy:
1113
fail-fast: false
1214
matrix:
13-
php: [ '8.0', '8.1' ]
15+
php:
16+
- '8.1'
1417
os: [Ubuntu]
1518
experimental: [false]
1619
include:
17-
- os: MacOS
18-
php: '8.0'
19-
experimental: true
2020
- os: MacOS
2121
php: '8.1'
2222
experimental: true

0 commit comments

Comments
 (0)