Skip to content

Commit c6e2d4d

Browse files
committed
Update CI
1 parent 4ca7d4c commit c6e2d4d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches: ['main']
66
pull_request:
77
branches: ['*']
8-
schedule:
9-
- cron: '0 0 * * *'
108

119
jobs:
1210

@@ -16,10 +14,10 @@ jobs:
1614
timeout-minutes: 15
1715
strategy:
1816
matrix:
19-
php: [ '7.4', '8.0' ]
17+
php: [ '8.0', '8.1' ]
2018
dependency-version: [ '' ]
2119
include:
22-
- php: '7.4'
20+
- php: '8.0'
2321
dependency-version: '--prefer-lowest'
2422
steps:
2523
- name: Checkout
@@ -50,7 +48,7 @@ jobs:
5048
- name: Setup PHP
5149
uses: shivammathur/setup-php@v2
5250
with:
53-
php-version: 7.4
51+
php-version: 8.0
5452
tools: composer:v2, cs2pr
5553
coverage: none
5654
- name: Cache Composer dependencies

0 commit comments

Comments
 (0)