Skip to content

Commit 61860f3

Browse files
authored
Merge pull request #39 from szepeviktor/patch-1
Upgrade actions/checkout
2 parents c25ee80 + 7b248b1 commit 61860f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
php: ['7.4', '8.0', '8.1']
1313
experimental: [false]
1414
include:
15-
- php: 8.1
15+
- php: '8.1'
1616
analysis: true
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121

2222
- name: Set up PHP ${{ matrix.php }}
2323
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)