Skip to content

Commit

Permalink
update php version
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Oct 7, 2024
1 parent e246afe commit f7d81be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup PHP version
uses: shivammathur/setup-php@v1
with:
php-version: '7.4'
php-version: '8.1'
extensions: simplexml
- name: Checkout source code
uses: actions/checkout@v2
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
extensions: simplexml, mysql
- name: Checkout source code
uses: actions/checkout@v2
Expand Down

0 comments on commit f7d81be

Please sign in to comment.