Skip to content

Commit

Permalink
Merge pull request #765 from rob-3/update-ci
Browse files Browse the repository at this point in the history
Update PHP version for CI to 8.1
  • Loading branch information
SimonRothUCF authored Feb 7, 2022
2 parents b8f172c + 21d743e commit 8bbb918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/udoit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0']
php-versions: ['8.1']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8bbb918

Please sign in to comment.