Skip to content

Commit

Permalink
Merge pull request #6 from ipublikuj/hotfix/ga-update
Browse files Browse the repository at this point in the history
Updating config for Github actions
  • Loading branch information
akadlec authored Aug 4, 2024
2 parents ec0baba + aaddcea commit 5d52d4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
php-version: ["8.0"]
php-version: ["8.1"]
operating-system: ["ubuntu-latest"]
fail-fast: false

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

strategy:
matrix:
php-version: ["8.0"]
php-version: ["8.1"]
operating-system: ["ubuntu-latest"]
fail-fast: false

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

strategy:
matrix:
php-version: ["8.0"]
php-version: ["8.1"]
operating-system: ["ubuntu-latest"]
fail-fast: false

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

strategy:
matrix:
php-version: ["8.0"]
php-version: ["8.1"]
operating-system: ["ubuntu-latest"]
fail-fast: false

Expand Down

0 comments on commit 5d52d4b

Please sign in to comment.