Skip to content

Commit 03fe8e1

Browse files
author
Greg Bowler
authored
Update ci-env.yaml
1 parent 787f475 commit 03fe8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-env.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: Show environment variables
1919
uses: php-actions/composer@master
2020
with:
21-
php_version: 8.0
21+
php_version: 8.1
2222
ssh_key: ${{ secrets.SSH_KEY }}
2323
ssh_key_pub: ${{ secrets.SSH_KEY_PUB }}
2424
command: run-script

0 commit comments

Comments
 (0)