Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit d5ff1b5

Browse files
authored
actions: update PHP versions
1 parent 958607f commit d5ff1b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1111
strategy:
1212
matrix:
13-
php: [8.0.22, 8.1.9]
13+
php: [8.0.27, 8.1.14, 8.2.1]
1414

1515
name: PHP ${{ matrix.php }}
1616
runs-on: ubuntu-20.04
1717
steps:
1818
- uses: actions/checkout@v3
1919

2020
- name: Setup PHP
21-
uses: pmmp/setup-php-action@82a44d659bf5046612c69f036af3e14dc32e3fa8
21+
uses: pmmp/setup-php-action@87cc7c2f65e10e0e64be54a3e41a62a4c61bd1a9
2222
with:
2323
php-version: ${{ matrix.php }}
2424
install-path: "./bin"

0 commit comments

Comments
 (0)