Skip to content

Commit 0de9d2c

Browse files
authored
Merge pull request #261 from jrfnl/feature/ghactions-update-action-runners
GH Actions: update action runner versions and run CI on pull requests
2 parents b75a69d + 62b3566 commit 0de9d2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches: [ main ]
88
pull_request:
9-
branches: [ main ]
109
workflow_dispatch:
1110

1211
jobs:
@@ -55,10 +54,10 @@ jobs:
5554
php-version: '${{ matrix.php }}'
5655
tools: composer
5756
extensions: 'xdebug'
58-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v4
5958

6059
- name: Install Composer dependencies & cache dependencies
61-
uses: "ramsey/composer-install@v2"
60+
uses: "ramsey/composer-install@v3"
6261
with:
6362
composer-options: "--prefer-dist"
6463
custom-cache-key: "{{ runner.os }}-composer-${{ matrix.php }}"

0 commit comments

Comments
 (0)