Skip to content

Commit

Permalink
Bump versions for github ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jschram committed Dec 11, 2024
1 parent 1640ab2 commit 9e03256
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set Up PHP and Tools
uses: shivammathur/setup-php@master
with:
php-version: "8.0"
php-version: "8.1"
tools: composer:v2
coverage: none

Expand All @@ -38,17 +38,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set Up PHP and Tools
uses: shivammathur/setup-php@master
with:
php-version: "8.0"
php-version: "8.1"
tools: composer:v2, phpcs, php-cs-fixer, phpmd, phpcpd
coverage: none

- name: Install required NVM version
run: . ~/.nvm/nvm.sh && nvm install 14
run: . ~/.nvm/nvm.sh && nvm install 20

- name: Syntax Errors
run: find app database tests config routes -name "*.php" -print0 | xargs -0 -n1 -P8 php -l
Expand All @@ -73,12 +73,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set Up PHP and Tools
uses: shivammathur/setup-php@master
with:
php-version: "8.0"
php-version: "8.1"
tools: composer:v2
coverage: none

Expand All @@ -100,7 +100,7 @@ jobs:
- 13306:3306

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Initialize the Database
run: |
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Set Up PHP and Tools
uses: shivammathur/setup-php@master
with:
php-version: "8.0"
php-version: "8.1"
extensions: bz2, bcmath, curl, exif, gd, imagick, imap, intl, mysqli, pcntl, pcov, pdo_mysql, soap, xmlrpc, xsl, zip, iconv, pdo
tools: composer:v2
coverage: pcov
Expand Down

0 comments on commit 9e03256

Please sign in to comment.