Skip to content

Commit 7b248b1

Browse files
authored
Upgrade actions/checkout
and a fix YAML string
1 parent c25ee80 commit 7b248b1

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)