Skip to content

Commit 85cb39b

Browse files
authored
Merge pull request #5 from spaze/spaze/php-8.2-tests
Start testing on PHP 8.2
2 parents e7eb78e + 6866984 commit 85cb39b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ jobs:
1010
strategy:
1111
matrix:
1212
php-version:
13-
- 8.0
14-
- 8.1
13+
- "8.0"
14+
- "8.1"
15+
- "8.2"
1516

1617
steps:
17-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1819

1920
- name: OS info
2021
run: cat /etc/os-release

0 commit comments

Comments
 (0)