Skip to content

Commit

Permalink
Merge pull request #39 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Upgrade actions/checkout
  • Loading branch information
adbario authored Jan 8, 2023
2 parents c25ee80 + 7b248b1 commit 61860f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
php: ['7.4', '8.0', '8.1']
experimental: [false]
include:
- php: 8.1
- php: '8.1'
analysis: true

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit 61860f3

Please sign in to comment.