Skip to content

Commit 0f13220

Browse files
committed
Update ci.yml
1 parent 8348f4b commit 0f13220

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
13+
php: ['8.2', '8.3', '8.4', '8.5']
1414

1515
steps:
1616
- name: Setup PHP
@@ -19,7 +19,7 @@ jobs:
1919
php-version: ${{ matrix.php }}
2020

2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Install dependencies
2525
run: composer install --no-interaction --no-progress

0 commit comments

Comments
 (0)