Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
slischka committed Jan 13, 2024
1 parent ca5cb64 commit 0702981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
php-version: [ '7.4' ]
php-version: [ '8.1', '8.2' ]
operating-system: [ 'ubuntu-latest' ]
fail-fast: false

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

strategy:
matrix:
php-version: [ '7.4' ]
php-version: [ '8.1', '8.2' ]
operating-system: [ 'ubuntu-latest' ]
fail-fast: false

Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:

strategy:
matrix:
php-version: [ '7.4' ]
php-version: [ '8.1', '8.2' ]
operating-system: [ 'ubuntu-latest' ]
fail-fast: false

Expand Down

0 comments on commit 0702981

Please sign in to comment.