Skip to content

Commit

Permalink
Upgrade actions/checkout
Browse files Browse the repository at this point in the history
and a fix YAML string
  • Loading branch information
szepeviktor authored Jan 7, 2023
1 parent c25ee80 commit 7b248b1
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 7b248b1

Please sign in to comment.