We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e234ba2 commit 71b8adbCopy full SHA for 71b8adb
1 file changed
.github/workflows/ci.yml
@@ -1,5 +1,7 @@
1
name: CI
2
-on: [push, pull_request]
+on:
3
+ - push
4
+ - pull_request
5
env:
6
timezone: UTC
7
jobs:
@@ -10,13 +12,11 @@ jobs:
10
12
strategy:
11
13
fail-fast: false
14
matrix:
- php: [ '8.0', '8.1' ]
15
+ php:
16
+ - '8.1'
17
os: [Ubuntu]
18
experimental: [false]
19
include:
- - os: MacOS
- php: '8.0'
- experimental: true
20
- os: MacOS
21
php: '8.1'
22
experimental: true
0 commit comments