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

Commit

Permalink
Fixes github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Jul 29, 2022
1 parent 2c75bdf commit 728c6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.0' ]
php-versions: [ '8.1' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.0', '8.1' ]
php-versions: [ '8.1' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 728c6f9

Please sign in to comment.