Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aleswita committed Nov 20, 2024
1 parent e4a19a3 commit f45b480
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'master'

env:
php-version: '8.2'
php-version: '8.3'
php-extensions: 'json'
composer-install: 'composer update --no-interaction --no-progress --no-suggest --prefer-dist --prefer-stable'

Expand All @@ -20,7 +20,7 @@ jobs:

steps:
- name: 'Checkout'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'

- name: 'Install PHP'
uses: 'shivammathur/setup-php@v2'
Expand All @@ -40,7 +40,7 @@ jobs:

steps:
- name: 'Checkout'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'

- name: 'Install PHP'
uses: 'shivammathur/setup-php@v2'
Expand All @@ -60,7 +60,7 @@ jobs:

strategy:
matrix:
php-version: [ '8.1', '8.2' ]
php-version: [ '8.1', '8.2', '8.3' ]
operating-system: [ 'ubuntu-latest' ]
composer-args: [ '' ]
include:
Expand All @@ -70,7 +70,7 @@ jobs:

steps:
- name: 'Checkout'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'

- name: 'Install PHP'
uses: 'shivammathur/setup-php@v2'
Expand All @@ -95,7 +95,7 @@ jobs:

steps:
- name: 'Checkout'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'

- name: 'Install PHP'
uses: 'shivammathur/setup-php@v2'
Expand Down

0 comments on commit f45b480

Please sign in to comment.