Skip to content

Commit

Permalink
change to php81
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Nov 2, 2023
1 parent 68659b8 commit e234b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: "Checkout"
uses: actions/checkout@master

- name: "Install Php 8.3"
- name: "Install Php 8.1"
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.1'
tools: composer:v2
extensions: openssl, json, pdo, pdo_mysql, fileinfo, curl

Expand Down

0 comments on commit e234b3b

Please sign in to comment.